This commit is contained in:
liuye
2023-07-24 14:39:44 +08:00
parent 8861aede74
commit b92d1c8ab0
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
</AiItem>
</AiGroup>
<u-gap height="24"/>
<u-tabs :list="[{name:'办理进度'},{name:'我的评价'}]" :current="currentTab" @change="v=>currentTab=v"/>
<u-tabs :list="evaluation && evaluation.id ? [{name:'办理进度'},{name:'我的评价'}] : [{name:'办理进度'}] " :current="currentTab" @change="v=>currentTab=v"/>
<u-gap height="24"/>
<AiGroup noBorder v-if="currentTab=='0'">
<AiStep v-for="(item,i) in process" :key="item.id" :index="i">