机构加盟-详情-入驻驳回后不显示运维回执
This commit is contained in:
parent
623a254885
commit
a5c081a0d8
|
|
@ -273,7 +273,7 @@
|
|||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row v-show="formData.workOrderStatus != '0' && !izApplyAudit && formData.izHistory == 'N'"
|
||||
<a-row v-show="!!formData.workOrderStatus && formData.workOrderStatus != '0' && !izApplyAudit && formData.izHistory == 'N'"
|
||||
class="card-class">
|
||||
<a-col :span="24" style="border-bottom: 2px solid #f7f7f7; margin-bottom: 14px;">
|
||||
<SectionDivider :title="'运维回执'" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue