This commit is contained in:
bb_pan 2025-10-11 18:02:17 +08:00
parent 0414525d66
commit 78bd4f2941
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>