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> </AiItem>
</AiGroup> </AiGroup>
<u-gap height="24"/> <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"/> <u-gap height="24"/>
<AiGroup noBorder v-if="currentTab=='0'"> <AiGroup noBorder v-if="currentTab=='0'">
<AiStep v-for="(item,i) in process" :key="item.id" :index="i"> <AiStep v-for="(item,i) in process" :key="item.id" :index="i">

View File

@@ -29,7 +29,7 @@
<div class="flex"> <div class="flex">
<span class="cert" v-if="isApprove" v-text="approveLabel"></span> <span class="cert" v-if="isApprove" v-text="approveLabel"></span>
<u-icon v-else name="arrow-right" color="#E7F2FF" size="28" <u-icon v-else name="arrow-right" color="#E7F2FF" size="28"
:label="approveLabel" label-color="#E7F2FF" label-pos="left" @click="approve"/> :label="approveLabel" label-color="#E7F2FF" label-pos="left" @click="approve"/>
</div> </div>
</div> </div>
<div class="list-wrap"> <div class="list-wrap">