Compare commits
No commits in common. "d3682a3c8a7542aa4423a2ecc3d5cf70c581355e" and "ddf4102d407e6c648ffdfa1a3c5f2c81de8b5af4" have entirely different histories.
d3682a3c8a
...
ddf4102d40
@ -493,23 +493,14 @@
|
||||
@click="Outbound(scope.row)"
|
||||
>外呼</el-button
|
||||
>
|
||||
|
||||
<el-button
|
||||
v-if="AItrue && scope.row.taskNodeType == 'PHONE_OUTBOUND' && scope.row.phoneNodeExecuteResultStatus=='SUCCESS'"
|
||||
v-if="AItrue && scope.row.taskNodeType == 'PHONE_OUTBOUND'"
|
||||
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>
|
||||
<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
|
||||
v-if="
|
||||
AItrue &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user