jialh
2025-09-11 2a97727877f7defef7d4a578c3c97d1bae43d42d
更新
2个文件已修改
13 ■■■■■ 已修改文件
public/components/common/editCommunityArea/editCommunityArea.html 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/components/common/editCommunityArea/editCommunityArea.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/components/common/editCommunityArea/editCommunityArea.html
@@ -36,6 +36,17 @@
                            <div class="form-group row">
                                <label class="col-sm-2 col-form-label">
                                    <span>
                                        <vc:i18n name="入驻日期" namespace="editCommunityArea"></vc:i18n>
                                    </span>
                                </label>
                                <div class="col-sm-10">
                                    <input v-model="editCommunityAreaInfo.takeTime" type="text" readonly="readonly"
                                        class="form-control">
                                </div>
                            </div>
                            <div class="form-group row">
                                <label class="col-sm-2 col-form-label">
                                    <span>
                                        <vc:i18n name="小区地标" namespace="editCommunityArea"></vc:i18n>
                                    </span>
                                </label>
public/components/common/editCommunityArea/editCommunityArea.js
@@ -6,6 +6,7 @@
                name: '',
                address: '',
                nearbyLandmarks: '',
                takeTime:'',
                cityCode: '',
                mapX: '101.33',
                mapY: '101.33',
@@ -157,6 +158,7 @@
                    name: '',
                    address: '',
                    nearbyLandmarks: '',
                    takeTime:'',
                    cityCode: '',
                    mapX: '101.33',
                    mapY: '101.33',