-- 路径图没有未开始状态

This commit is contained in:
yuping
2022-12-26 22:03:04 +08:00
parent a50c337153
commit 3cc323cb5c

View File

@@ -80,7 +80,7 @@
: scope.row.taskStatus === 2 : scope.row.taskStatus === 2
? completed ? completed
: scope.row.taskStatus === 0 : scope.row.taskStatus === 0
? nostarted ? ongoing
: null : null
" style="width: 99px; height: 99px"/> " style="width: 99px; height: 99px"/>
</el-table-column> </el-table-column>