修改外呼记录----通话状态
This commit is contained in:
parent
84107c94a7
commit
7fc341eaa9
@ -260,7 +260,14 @@
|
|||||||
width="150"
|
width="150"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{scope.row.phoneNodeExecuteResultStatus == "SUCCESS" ? "已接通" : "未接通"}}
|
<span style="color: #67c23a" v-if="scope.row.phoneNodeExecuteResultStatus == 'SUCCESS'">
|
||||||
|
已接通
|
||||||
|
</span>
|
||||||
|
<span style="color: #f56c6c" v-else>
|
||||||
|
未接通
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<!-- {{scope.row.phoneNodeExecuteResultStatus == "SUCCESS" ? "已接通" : "未接通"}} -->
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user