Compare commits
2 Commits
ddf4102d40
...
d3682a3c8a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3682a3c8a | ||
|
|
771a8206da |
@ -493,14 +493,23 @@
|
||||
@click="Outbound(scope.row)"
|
||||
>外呼</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"
|
||||
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