Ver código fonte

宅基地优化

rongxin_prod
Xyq123* 1 ano atrás
pai
commit
260276f405
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      src/views/sunVillage_info/homeApplication/proposerLite.vue

+ 3
- 3
src/views/sunVillage_info/homeApplication/proposerLite.vue Ver arquivo

@@ -1509,7 +1509,7 @@
:rules="[{ required: true }]"
formatter="yyyy-MM-dd"
required
:readonly="!formEnabled.baseApplyForm.agricultureFormEnabled"
:readonly="!formEnabled.acceptingForm.agricultureFormEnabled"
/>
</van-col>
</van-row>
@@ -1553,7 +1553,7 @@
:rules="[{ required: true }]"
formatter="yyyy-MM-dd"
required
:readonly="!formEnabled.baseApplyForm.nature_resourceFormEnabled"
:readonly="!formEnabled.acceptingForm.nature_resourceFormEnabled"
/>
</van-col>
</van-row>
@@ -1637,7 +1637,7 @@
:rules="[{ required: true }]"
formatter="yyyy-MM-dd"
required
:readonly="!formEnabled.baseApplyForm.baseFormEnabled"
:readonly="!formEnabled.acceptingForm.townFormEnabled"
/>
</van-col>
</van-row>


Carregando…
Cancelar
Salvar