操作列条件优化
This commit is contained in:
parent
5c4f6ffc5b
commit
e778ef4d3b
@ -493,22 +493,22 @@
|
|||||||
@click="Outbound(scope.row)"
|
@click="Outbound(scope.row)"
|
||||||
>外呼</el-button
|
>外呼</el-button
|
||||||
>
|
>
|
||||||
|
<!-- && scope.row.taskNodeType == 'PHONE_OUTBOUND' -->
|
||||||
<el-button
|
<el-button
|
||||||
v-if="AItrue && scope.row.taskNodeType == 'PHONE_OUTBOUND' && scope.row.phoneNodeExecuteResultStatus=='SUCCESS'"
|
v-if="(AItrue || COMMONtruep) && 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 v-else-if="(AItrue || COMMONtruep) && scope.row.phoneNodeExecuteResultStatus=='FAILURE'">
|
||||||
未接通
|
未接通
|
||||||
</div>
|
</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>
|
||||||
<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
|
<el-button
|
||||||
v-if="
|
v-if="
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user