liujq 3 年之前
父节点
当前提交
9d23d8c6ca

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-653dd018.d58ebbc5.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-9ce1d4f6.3a1edc9c.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.61799c9c.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-1fe36af0.f18107b4.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-653dd018.5943e816.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-7f2b572e.033f0df2.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-9ce1d4f6.8f9b87fc.js


+ 3 - 5
src/views/house/components/popup/OldEdit.vue

@@ -38,13 +38,11 @@
             <el-button type="primary" class="map-btn" size="small" @click="openMap">点击从地图获取</el-button>
           </el-form-item>
         </div>
-      </base-form>
-      <div class="xl-form">
-        <div class="xl-form-footer fixed" style="width:960px;padding-top: 20px;border-top: 1px solid #dcdcdc;right:0;">
+        <div slot="footer">
           <el-button class="xl-form-btn t2" @click="close">关 闭</el-button>
           <el-button class="xl-form-btn t1" @click="close('confirm')">确定</el-button>
         </div>
-      </div>
+      </base-form>
     </el-dialog>
     <handle-map :is-show="isShowMap" @close="closeMap" />
   </div>
@@ -182,7 +180,7 @@ export default {
           { label: '是否装修', key: 'is_dec', class: 'c-3', type: 'select', options: this.$dictData.sys_yesno },
           { label: '业主称呼', class: 'c-3', key: 'owner' },
           { label: '业主电话', class: 'c-3', key: 'phone' },
-          { label: '自定义标签', class: 'c-3', key: 'custom_tag' },
+          { label: '自定义标签', class: 'c-3', key: 'custom_tag', rules: 1 },
           { label: '置业经理', key: 'sale_id', rules: 1, class: 'c-3', type: 'selectRemote',
             remoteParams: { skey: 'sale_name', api: `user.admsaleuserlist`, opKey: 'sale_name', opVal: 'id' },
             remoteOptions: [

部分文件因为文件数量过多而无法显示