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