任务随访查询结果,增加通话状态判断及展示

This commit is contained in:
zhuangyuanke 2024-12-13 18:21:24 +08:00
parent 52960f929f
commit 771a8206da

View File

@ -493,14 +493,23 @@
@click="Outbound(scope.row)" @click="Outbound(scope.row)"
>外呼</el-button >外呼</el-button
> >
<el-button <el-button
v-if="AItrue && scope.row.taskNodeType == 'PHONE_OUTBOUND'" v-if="AItrue && scope.row.taskNodeType == 'PHONE_OUTBOUND' && scope.row.phoneNodeExecuteResultStatus=='SUCCESS'"
size="mini" size="mini"
type="text" type="text"
@click="playback(scope.row)" @click="playback(scope.row)"
icon="el-icon-headset" icon="el-icon-headset"
>回放</el-button >回放</el-button
> >
<div v-else-if="AItrue && scope.row.taskNodeType == 'PHONE_OUTBOUND' && scope.row.phoneNodeExecuteResultStatus=='FAILURE'">
未接通
</div>
<div v-else-if="AItrue && scope.row.taskNodeType == 'PHONE_OUTBOUND' && scope.row.phoneNodeExecuteResultStatus=='EXPIRED'">
超期
</div>
<div v-else-if="AItrue && scope.row.taskNodeType == 'PHONE_OUTBOUND'">{{scope.row.phoneNodeExecuteResultStatus}}</div>
<el-button <el-button
v-if=" v-if="
AItrue && AItrue &&