瀏覽代碼

temp save

liujq 4 年之前
父節點
當前提交
e7b9ded304

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-5d3b604e.bfd633c7.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.48771b0b.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-48eab293.3aaa1dd5.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-5d3b604e.5a4165ff.js


+ 1 - 1
src/router/index.js

@@ -102,7 +102,7 @@ export const moreRoutes = [
         path: 'old',
         name: 'HouseOld',
         component: () => import('@/views/house/old'),
-        meta: { title: '二手房管理' }
+        meta: { title: '房管理' }
       },
     ]
   },

+ 2 - 1
src/views/house/components/popup/IndexEdit.vue

@@ -280,12 +280,13 @@ export default {
         // { label: '面积', label2: '多个面积英文逗号,分开(如:100,120)', key: 'house_area', type: 'inputFont', appendFont: '㎡'},
         // { label: '均价范围1', key: 'price_min', class: 'c-3', type: 'inputFont', appendFont: '元(最小)'},
         // { label: '均价范围2', key: 'price_max', class: 'c-3', type: 'inputFont', appendFont: '元(最大)'},
-        { label: '梯户比', label2: '如:2梯4户', key: 'stairs_rate', class: 'c-3' },
         { label: '就读学校', key: 'school_id_list', type: 'selectRemote', multiple: true,
           remoteParams: { skey: 'school_name', api: `house.admschoollist`, opKey: 'school_name', opVal: 'id' },
           remoteOptions: remoteOptionsSchoolList
         },
         { label: '楼盘地址', key: 'address', rules: 1 },
+        { label: '是否新房', key: 'is_new', type: 'select', class: 'c-3', options: this.$dictData.sys_yesno, rules: 1 },
+        { label: '梯户比', label2: '如:2梯4户', key: 'stairs_rate', class: 'c-3' },
         { label: '不利因素', key: 'minus_points' },
         { label: '楼盘图', key: 'pri_image', class: 'c-3', type: 'upload', rules: 1 },
         { label: '简评', key: 'remarked', class: 'c-3s', type: 'textarea' },

+ 2 - 0
src/views/house/components/searchForm/Index.vue

@@ -45,6 +45,7 @@ export default {
         this.searchData = [
           { label: '所属区域', key: 'area_type', type: 'select', options: this.$dictData.area_type},
           { label: '楼盘名称', key: 'estate_name' },
+          { label: '是否新房', key: 'is_new', type: 'select', options: this.$dictData.sys_yesno},
           { label: '就读学校', key: 'school_id', type: 'selectRemote',
             remoteParams: { skey: 'school_name', api: `house.admschoollist`, opKey: 'school_name', opVal: 'id' }
           },
@@ -58,6 +59,7 @@ export default {
         this.searchData = [
           { label: '所属区域', key: 'area_type', type: 'select', options: this.$dictData.area_type},
           { label: '楼盘名称', key: 'estate_name' },
+          { label: '是否新房', key: 'is_new', type: 'select', options: this.$dictData.sys_yesno},
           { label: '就读学校', key: 'school_id', type: 'selectRemote',
             remoteParams: { skey: 'school_name', api: `house.admschoollist`, opKey: 'school_name', opVal: 'id' }
           },

部分文件因文件數量過多而無法顯示