소스 검색

宅基地优化

rongxin_prod
Xyq123* 1 년 전
부모
커밋
260276f405
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/views/sunVillage_info/homeApplication/proposerLite.vue

+ 3
- 3
src/views/sunVillage_info/homeApplication/proposerLite.vue 파일 보기

@@ -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>


불러오는 중...
취소
저장