外呼记录值匹配
This commit is contained in:
parent
ba2c8f2af5
commit
1d20f6c431
@ -257,6 +257,9 @@
|
|||||||
<span style="color: #f56c6c">
|
<span style="color: #f56c6c">
|
||||||
{{ scope.row.nodeExecuteStatus == "UNEXECUTED" ? "未执行" : "" }}
|
{{ scope.row.nodeExecuteStatus == "UNEXECUTED" ? "未执行" : "" }}
|
||||||
</span>
|
</span>
|
||||||
|
<span style="color: #409eff">
|
||||||
|
{{ scope.row.nodeExecuteStatus == "EXECUTING" ? "执行中" : "" }}
|
||||||
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user