liujq 4 年之前
父节点
当前提交
98c8ae3d98

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


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-4617d6d0.45967895.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-49f2b60c.7d9bbe8f.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-f8895862.96db0a7e.css


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


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-18ac1877.b988b1e0.js


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


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-4617d6d0.bfbaa97d.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-49f2b60c.a35eac6c.js


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


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


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

@@ -81,6 +81,7 @@ export default {
           remoteParams: { skey: 'estate_name', api: `house.admestatelist?search_EQ_status=1`, opKey: 'estate_name', opVal: 'id' },
           remoteOptions: remoteOptionsIds
         },
+        { label: '关联区域', key: 'area_type', type: 'select', multiple: true, options: this.$dictData.area_type },
       ]
       this.setDefaultValue(params)
     },
@@ -113,6 +114,7 @@ export default {
             } else {
               newForm.estate_id_list = ''
             }
+            if (newForm.area_type) newForm.area_type = newForm.area_type.join(',')
             let apiStr = 'adminformationadd'
             newForm.news_type = 'gzh'
             if (!newForm.create_at) delete newForm.create_at

+ 5 - 3
src/views/school/components/popup/IndexEdit.vue

@@ -109,7 +109,8 @@ export default {
             remoteOptions: remoteOptionsHouse
           },
           { label: '学校地址', key: 'address' },
-          { label: '历年成绩', key: 'achievement' },
+          { label: '历年成绩', key: 'achievement', type: 'textarea' },
+          { label: '学校评价', key: 'remarked', type: 'textarea' },
           { label: '学费', key: 'tuition', class: 'c-2', type: 'inputFont', appendFont: '万元/年' },
           { label: '有无住宿', key: 'is_live', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno2 },
         ]
@@ -132,8 +133,9 @@ export default {
             remoteParams: { skey: 'estate_name', api: `house.admestatelist`, opKey: 'estate_name', opVal: 'id' },
             remoteOptions: remoteOptionsHouse
           },
-          { label: '学校地址', key: 'address' },
-          { label: '历年成绩', key: 'achievement' },
+          { label: '学校地址', key: 'address'},
+          { label: '历年成绩', key: 'achievement', type: 'textarea'},
+          { label: '学校评价', key: 'remarked', type: 'textarea'},
         ]
       }
       this.setDefaultValue(params)

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