修试任务

This commit is contained in:
bb_pan 2025-09-03 01:47:07 +08:00
parent f0c78a8dc9
commit ebe80c0417
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<span class="sub-code" v-if="item.backCode">{{ `${item.backCode}-${item.level}` }}</span>
</div>
<div class="title-right">
<uni-tag v-if="item.dataStatus == 3" text="修后入库驳回" type="error" style="margin-right: 5px" custom-style="errorStyle"/>
<uni-tag v-if="item.dataStatus == 3" text="修后入库驳回" type="error" style="margin-right: 5px" custom-style="errorStyle"/>
<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"/>