liujq 4 years ago
parent
commit
c73a6b532f

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2d5db2d7.b258af3c.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2d5db2d7.f5b7da1c.js


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

@@ -46,6 +46,7 @@ export default {
           { 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: 'estate_tag', type: 'select', options: this.$dictData.estate_tag},
           { label: '就读学校', key: 'school_id', type: 'selectRemote',
             remoteParams: { skey: 'school_name', api: `school.admschoollist`, opKey: 'school_name', opVal: 'id' }
           },
@@ -60,6 +61,7 @@ export default {
           { 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: 'estate_tag', type: 'select', options: this.$dictData.estate_tag},
           { label: '就读学校', key: 'school_id', type: 'selectRemote',
             remoteParams: { skey: 'school_name', api: `school.admschoollist`, opKey: 'school_name', opVal: 'id' }
           },

Some files were not shown because too many files changed in this diff