修改外呼记录----通话状态

This commit is contained in:
shidongli 2025-01-22 10:13:25 +08:00
parent 84107c94a7
commit 7fc341eaa9

View File

@ -260,7 +260,14 @@
width="150"
>
<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>
</el-table-column>
<el-table-column