操作列条件优化
This commit is contained in:
parent
5c4f6ffc5b
commit
e778ef4d3b
@ -493,22 +493,22 @@
|
||||
@click="Outbound(scope.row)"
|
||||
>外呼</el-button
|
||||
>
|
||||
|
||||
<!-- && scope.row.taskNodeType == 'PHONE_OUTBOUND' -->
|
||||
<el-button
|
||||
v-if="AItrue && scope.row.taskNodeType == 'PHONE_OUTBOUND' && scope.row.phoneNodeExecuteResultStatus=='SUCCESS'"
|
||||
v-if="(AItrue || COMMONtruep) && scope.row.phoneNodeExecuteResultStatus=='SUCCESS'"
|
||||
size="mini"
|
||||
type="text"
|
||||
@click="playback(scope.row)"
|
||||
icon="el-icon-headset"
|
||||
>回放</el-button
|
||||
>
|
||||
<div v-else-if="AItrue && scope.row.taskNodeType == 'PHONE_OUTBOUND' && scope.row.phoneNodeExecuteResultStatus=='FAILURE'">
|
||||
<div v-else-if="(AItrue || COMMONtruep) && scope.row.phoneNodeExecuteResultStatus=='FAILURE'">
|
||||
未接通
|
||||
</div>
|
||||
<div v-else-if="AItrue && scope.row.taskNodeType == 'PHONE_OUTBOUND' && scope.row.phoneNodeExecuteResultStatus=='EXPIRED'">
|
||||
<div v-else-if="(AItrue || COMMONtruep) && scope.row.phoneNodeExecuteResultStatus=='EXPIRED'">
|
||||
超期
|
||||
</div>
|
||||
<div v-else-if="AItrue && scope.row.taskNodeType == 'PHONE_OUTBOUND'">{{scope.row.phoneNodeExecuteResultStatus}}</div>
|
||||
<div v-else-if="(AItrue || COMMONtruep)">{{scope.row.phoneNodeExecuteResultStatus}}</div>
|
||||
|
||||
<el-button
|
||||
v-if="
|
||||
|
||||
Loading…
Reference in New Issue
Block a user