feat:去除默认阶段

This commit is contained in:
lixg
2023-02-28 15:30:33 +08:00
parent 585c9d11a1
commit 01b905af96

View File

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