增加监测对象类型审批通过的管控

This commit is contained in:
aixianling
2022-08-18 09:57:48 +08:00
parent 6d272aa1eb
commit 102ba2e85d

View File

@@ -42,7 +42,7 @@
src="./components/img/check-icon.png" alt=""></div>
<div class="check-item" :class="{active:form.pass=='0'}" @click="form.pass='0'">驳回申请<img src="./components/img/check-icon.png"/></div>
</AiItem>
<AiItem label="监测对象类型" required>
<AiItem label="监测对象类型" required v-if="form.pass==1">
<AiSelect v-model="form.objectType" dict="fpType"/>
</AiItem>
<AiItem label="备注说明" topLabel>