问题修改
This commit is contained in:
parent
3bf083b967
commit
7f648a5879
|
|
@ -45,9 +45,9 @@
|
|||
<span class="sub-code">{{ `${item.backCode}-${item.level}` }}</span>
|
||||
</div>
|
||||
<div class="title-right">
|
||||
<uni-tag v-if="item.repairStatusCode == 0" text="未完成" type="warning" custom-style="warningStyle"/>
|
||||
<uni-tag v-if="item.repairStatusCode == 1" text="已完成" type="success" custom-style="successStyle"/>
|
||||
<uni-tag v-if="item.repairStatusCode == 2" text="已驳回" type="warning" custom-style="warningStyle"/>
|
||||
<uni-tag v-if="item.status == 0" text="未完成" type="warning" custom-style="warningStyle"/>
|
||||
<uni-tag v-if="item.status == 1" text="已完成" type="success" custom-style="successStyle"/>
|
||||
<uni-tag v-if="item.status == 2" text="已驳回" type="warning" custom-style="warningStyle"/>
|
||||
</div>
|
||||
</div>
|
||||
<view class="line"></view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue