This commit is contained in:
hayu 2025-08-19 17:06:43 +08:00
parent 3238ce5b61
commit f35e39c45d
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
<!-- 右侧状态 -->
<view class="right-section">
<uni-tag v-if="item.dataStatus !== 0" text="定损单" type="warning" style="margin-right: 5px" custom-style="warningStyle"/>
<uni-tag v-if="item.dataStatus !== '0'" text="定损单" type="warning" style="margin-right: 5px" custom-style="warningStyle"/>
<view class="status-tag" :class="getStatusClass(item.status)">
{{ getStatusText(item.status) }}
</view>

View File

@ -49,7 +49,7 @@
<div class="title">
<span style="font-size: 15px; font-weight: 800">{{ item.typeName + ' ' + item.type }}</span>
<!-- <span :style="{ color: active == 1 ? '#3784fb' : '#ff4d4f' }">{{active == 1 ? '已完成' : '未完成'}}</span> -->
<uni-tag v-if="item.dataStatus === '1'" text="已定损" type="error" style="margin-right: 5px" custom-style="errorStyle"/>
<uni-tag v-if="item.dataStatusNum !== 0" text="定损单" type="warning" style="margin-right: 5px" custom-style="errorStyle"/>
</div>
<view class="line"></view>
<uni-row :gutter="24">