liujq 4 年之前
父节点
当前提交
20aca314df

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


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-6165d87c.685324ff.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-7e0db1ee.2a923fc1.css


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


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


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


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-6165d87c.88815da6.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-7e0db1ee.995a8c73.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-9eaa4c8c.6d63fe57.js


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


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


+ 5 - 5
src/views/news/components/popup/IndexEdit.vue

@@ -87,11 +87,11 @@ export default {
     cateChange (val) {
       let params = {...this.$refs.ruleForm.baseForm}
       let imgURL= ''
-      if (val === 'hlzt') imgURL= 'http://img.honglounews.com/news_hlzt.jpg'
-      if (val === 'hljy') imgURL= 'http://img.honglounews.com/news_hljy.jpg'
-      if (val === 'bkfx') imgURL= 'http://img.honglounews.com/news_bkfx.jpg'
-      if (val === 'lppc') imgURL= 'http://img.honglounews.com/news_lppc.jpg'
-      if (val === 'lpwd') imgURL= 'http://img.honglounews.com/news_lpwd.jpg'
+      if (val === 'hlzt') imgURL= 'http://icon.honglounews.com/news_hlzt.jpg'
+      if (val === 'hljy') imgURL= 'http://icon.honglounews.com/news_hljy.jpg'
+      if (val === 'bkfx') imgURL= 'http://icon.honglounews.com/news_bkfx.jpg'
+      if (val === 'lppc') imgURL= 'http://icon.honglounews.com/news_lppc.jpg'
+      if (val === 'lpwd') imgURL= 'http://icon.honglounews.com/news_lpwd.jpg'
       params.pri_image = imgURL
       this.setDefaultValue(params)
     },

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

@@ -11,8 +11,8 @@
       custom-class="xl-dialog"
       center
     >
-      <base-form ref="ruleForm" class="lib-edit" :data="formData" :is-inline="false" label-width="110px" :insertSlotArr="[4]">
-        <div slot="OI4" class="scoped-other-form">
+      <base-form ref="ruleForm" class="lib-edit" :data="formData" :is-inline="false" label-width="110px" :insertSlotArr="[7]">
+        <div slot="OI7" class="scoped-other-form">
           <el-form-item label="点位坐标" class="scoped-item-two item">
             纬度N<el-input v-model="cObj.latitude" disabled />
             经度E<el-input v-model="cObj.longitude" disabled />
@@ -83,7 +83,9 @@ export default {
         { label: '所属区域', key: 'area_type', type: 'select', class: 'c-2', options: this.$dictData.area_type },
         { label: '学校属性', key: 'school_attrib', type: 'select', class: 'c-2', options: this.$dictData.school_attrib },
         { label: '学校类型', key: 'school_type', type: 'select', class: 'c-2', options: this.$dictData.school_type },
-        { label: '图片', key: 'pri_image', type: 'upload' },
+        { label: '主图', key: 'pri_image', type: 'upload', class: 'c-2' },
+        { label: '学区范围图', key: 'district_img', type: 'upload', class: 'c-2' },
+        { label: '学区范围', key: 'district',type: 'textarea' },
         { label: '所属楼盘', key: 'estate_id_list', multiple: true, type: 'selectRemote', changeHandle: this.deviceChange,
           remoteParams: { skey: 'estate_name', api: `house.admestatelist`, opKey: 'estate_name', opVal: 'id' },
           remoteOptions: remoteOptionsHouse

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