This commit is contained in:
liuye
2023-05-11 15:20:58 +08:00
parent cab1ccc026
commit ebba4508cf

View File

@@ -16,7 +16,7 @@
<span v-if="!info.files.length">暂无照片</span> <span v-if="!info.files.length">暂无照片</span>
</AiItem> </AiItem>
</AiGroup> </AiGroup>
<u-gap height="24"/> <!-- <u-gap height="24"/>
<AiGroup title="处理详情" v-if="info.eventStatus > 1" description noBorder labelColor="#999"> <AiGroup title="处理详情" v-if="info.eventStatus > 1" description noBorder labelColor="#999">
<AiItem label="处理结果" top-label :value="result.doExplain"/> <AiItem label="处理结果" top-label :value="result.doExplain"/>
<AiItem label="照片" top-label> <AiItem label="照片" top-label>
@@ -25,7 +25,7 @@
</div> </div>
<span v-if="!result.files.length">暂无照片</span> <span v-if="!result.files.length">暂无照片</span>
</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="[{name:'办理进度'},{name:'我的评价'}]" :current="currentTab" @change="v=>currentTab=v"/>
<u-gap height="24"/> <u-gap height="24"/>