mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 17:36:45 +08:00
feat:去除默认阶段
This commit is contained in:
@@ -28,9 +28,7 @@
|
|||||||
v-for="(item, key) in data?.stageProcessList"
|
v-for="(item, key) in data?.stageProcessList"
|
||||||
:key="key"
|
:key="key"
|
||||||
>
|
>
|
||||||
<div
|
<div v-if="item.id == '0' && item.taskProcessList?.length == 0"></div>
|
||||||
v-if="item.stageId == '0' && item.taskProcessList.length == 0"
|
|
||||||
></div>
|
|
||||||
<div
|
<div
|
||||||
v-else
|
v-else
|
||||||
style="
|
style="
|
||||||
|
|||||||
Reference in New Issue
Block a user