|
@@ -5,6 +5,7 @@
|
|
|
<view class="flex align_center">
|
|
|
<text style="margin-left: 0.5rem;margin-right: 0.5rem;">{{form.auditStatusDictValue}}</text>
|
|
|
<u-tag size='mini' type="info" shape="circle" v-if="form.state=='WRITE_OFF'" text="已注销"></u-tag>
|
|
|
+ <u-tag size='mini' type="info" shape="circle" v-if="form.state=='DISABLED'" text="已停用"></u-tag>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="login-form">
|