更新
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-10 11:00:18 +08:00
parent ac4878cfeb
commit ff8adae814
8 changed files with 173 additions and 86 deletions

View File

@@ -74,8 +74,13 @@
align="center"
label="状态">
<template slot-scope="scope">
<span>{{scope.row.status === 0?'接收数据' :scope.row.status === 1?'数据接收中': '数据接收完成'}}</span>
</template>
<span>{{
scope.row.status === 0?'未执行'
:scope.row.status === 1?'执行中'
:scope.row.status === 2?'执行完成'
:scope.row.status === 3?'送达滚筒':'执行失败'
}}</span>
</template>
</el-table-column>
<el-table-column
prop="taskDetCode"