外呼记录值匹配

This commit is contained in:
coderxqt 2026-05-11 11:55:45 +08:00
parent ba2c8f2af5
commit 1d20f6c431

View File

@ -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