liujq 4 years ago
parent
commit
f4323b884d

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/css/chunk-0d0c67c7.bd2dad38.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-ea181740.ebf86bca.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-fb16f568.59fd0853.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.b8be594f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0d0c67c7.32ea7e03.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-1ab4956b.0a77a603.js


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-49887b7e.f92bc301.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-ea181740.9807ea59.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-fb16f568.3ee67d1c.js


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

@@ -342,7 +342,7 @@ export default {
           remoteOptions: remoteOptionsSchoolList
         },
         { label: '楼盘地址', key: 'address', rules: 1 },
-        { label: '是否新房', key: 'is_new', type: 'select', class: 'c-3', options: this.$dictData.sys_yesno, 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 },

+ 2 - 0
src/views/school/components/popup/IndexEdit.vue

@@ -97,6 +97,7 @@ export default {
             remoteOptions: remoteOptionsHouse
           },
           { label: '学校地址', key: 'address' },
+          { label: '历年成绩', key: 'achievement' },
           { label: '学费', key: 'tuition', class: 'c-2', type: 'inputFont', appendFont: '万元/年' },
           { label: '有无住宿', key: 'is_live', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno2 },
         ]
@@ -116,6 +117,7 @@ export default {
             remoteOptions: remoteOptionsHouse
           },
           { label: '学校地址', key: 'address' },
+          { label: '历年成绩', key: 'achievement' },
         ]
       }
       this.setDefaultValue(params)

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