修试任务
This commit is contained in:
parent
f0c78a8dc9
commit
ebe80c0417
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue