mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-12 04:16:50 +08:00
-- 路径图没有未开始状态
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user