This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
宅基地优化
rongxin_prod
Xyq123*
1 year ago
parent
c0d14d2297
commit
75fd4cdcad
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
src/views/sunVillage_info/homeApplication/proposerLite.vue
+ 12
- 0
src/views/sunVillage_info/homeApplication/proposerLite.vue
View File
@@ -402,6 +402,18 @@
</van-row>
</van-col>
</van-row>
<van-row type="flex" justify="space-between" align="center">
<van-col span="5">备注</van-col>
<van-col span="19">
<van-field
autosize
placeholder="备注"
input-align="left"
v-model="applicationDetail.bz"
:readonly="!formEnabled.baseApplyForm.baseFormEnabled"
/>
</van-col>
</van-row>
</div>
</template>
<!-- 申请::村级审核 -->
Write
Preview
Loading…
Cancel
Save