This commit is contained in:
parent
0414525d66
commit
78bd4f2941
|
|
@ -94,7 +94,7 @@
|
||||||
<checkbox-group v-if="active == 1" @change="onChangeChecked(item)">
|
<checkbox-group v-if="active == 1" @change="onChangeChecked(item)">
|
||||||
<checkbox :checked="item.checked"/>
|
<checkbox :checked="item.checked"/>
|
||||||
</checkbox-group>
|
</checkbox-group>
|
||||||
<span style="font-size: 15px; font-weight: 800;color: #3784fb;"><span style="color: #333">{{index + 1 }}. </span>{{ item.repairNum }}</span>
|
<span style="font-size: 15px; font-weight: 800;color: #3784fb;"><span style="color: #333">{{index + 1 }}. </span>{{ item.backCode }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="title-right">
|
<div class="title-right">
|
||||||
<uni-tag v-if="item.taskStatus == 10" text="未完成" type="warning" custom-style="warningStyle"/>
|
<uni-tag v-if="item.taskStatus == 10" text="未完成" type="warning" custom-style="warningStyle"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue