Compare commits

..

No commits in common. "d3682a3c8a7542aa4423a2ecc3d5cf70c581355e" and "ddf4102d407e6c648ffdfa1a3c5f2c81de8b5af4" have entirely different histories.

View File

@ -493,23 +493,14 @@
@click="Outbound(scope.row)" @click="Outbound(scope.row)"
>外呼</el-button >外呼</el-button
> >
<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" 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 &&