liujq 4 년 전
부모
커밋
c73a6b532f
4개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-2d5db2d7.b258af3c.js
  3. 0 0
      dist/static/js/chunk-2d5db2d7.f5b7da1c.js
  4. 2 0
      src/views/house/components/searchForm/Index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-2d5db2d7.b258af3c.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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' }
           },

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.