liujq 3 years ago
parent
commit
d4de443ad9

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-14b97148.056d3448.css


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-14b97148.b46910de.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-7d0cd1a2.83f11007.js


+ 1 - 1
src/views/base/components/popup/ThemeDtlEdit.vue

@@ -64,7 +64,7 @@ export default {
         { label: '分类', key: 'type', class: 'c-2', type: 'select', options: this.$dictData.app_theme_type, rules: 1},
         { label: '排序', key: 'sort', class: 'c-2', rules: 1},
         { label: '链接', key: 'link', class: 'c-2', type: 'textarea', rules: 1},
-        { label: '图片', rules: 1, key: 'icon', class: 'c-2'}, // , type: 'uploadIcon'
+        { label: '图片', rules: 1, key: 'icon', class: 'c-2', type: 'uploadIcon'}, // , type: 'uploadIcon'
         { label: '标题', key: 'title', class: 'c-2', rules: 1},
         { label: '状态', rules: 1, key: 'hide_status', class: 'c-2', type: 'select', options: this.$dictData.hide_status},
         { label: '自定义值1', class: 'c-2', key: 'option1'},

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

@@ -73,7 +73,7 @@ export default {
         { label: '标题', key: 'title', rules: 1},
         { label: '状态', rules: 1, key: 'hide_status', class: 'c-2', type: 'select', options: this.$dictData.hide_status},
         { label: '视频分类', key: 'channels_type', class: 'c-2', type: 'select', options: this.$dictData.channels_type},
-        { label: '封面350*450', rules: 1, key: 'cover', class: 'c-2', type: 'uploadsGif',
+        { label: '封面最好Gif图:350*450', rules: 1, key: 'cover', class: 'c-2', type: 'uploadsGif',
           // options: {
           //   w: 175,
           //   h: 225,

+ 4 - 4
src/views/news/indexEditSelf.vue

@@ -56,14 +56,14 @@ export default {
       this.formData = [
         { label: '标题', key: 'title', rules: 1 },
         { label: '分类', key: 'information_category', rules: 1, type: 'select', class: 'c-2', options: this.$dictData.information_category, changeHandle: this.cateChange },
-        { label: '作者', key: 'author', class: 'c-2' },
-        { label: '主图', key: 'pri_image', type: 'cuImg',
+        { label: '作者', key: 'author', class: 'c-2', rules: 1 },
+        { label: '主图', key: 'pri_image', type: 'cuImg', rules: 1,
           options: {
             w: 500,
             h: 350,
           }, class: 'c-2' },
-        { label: '状态', key: 'hide_status', type: 'select', class: 'c-2', options: this.$dictData.hide_status },
-        { label: '时间', key: 'create_at', type: 'datePicker', type2: 'date', class: 'c-2'},
+        { label: '状态', key: 'hide_status', rules: 1, type: 'select', class: 'c-2', options: this.$dictData.hide_status },
+        { label: '时间', key: 'create_at', rules: 1, type: 'datePicker', type2: 'date', class: 'c-2'},
         { label: '精选', key: 'select_status', type: 'select', class: 'c-2', options: this.$dictData.select_status },
         { label: '楼盘', key: 'estate_id_list', type: 'selectRemote', multiple: true, changeHandle: this.deviceChange,
           remoteParams: { skey: 'estate_name', api: `house.admestatelist?search_EQ_status=1`, opKey: 'estate_name', opVal: 'id' },

+ 4 - 4
src/views/news/otherEdit.vue

@@ -45,14 +45,14 @@ export default {
       this.formData = [
         { label: '标题', key: 'title', rules: 1 },
         { label: '分类', key: 'plan_type', rules: 1, type: 'select', class: 'c-2', options: this.$dictData.plan_type, changeHandle: this.cateChange },
-        { label: '作者', key: 'author', class: 'c-2' },
-        { label: '主图', key: 'pri_image', type: 'cuImg',
+        { label: '作者', key: 'author', rules: 1, class: 'c-2' },
+        { label: '主图', key: 'pri_image', rules: 1, type: 'cuImg',
           options: {
             w: 500,
             h: 350,
           }, class: 'c-2' },
-        { label: '状态', key: 'hide_status', type: 'select', class: 'c-2', options: this.$dictData.hide_status },
-        { label: '时间', key: 'create_at', type: 'datePicker', type2: 'date'},
+        { label: '状态', rules: 1, key: 'hide_status', type: 'select', class: 'c-2', options: this.$dictData.hide_status },
+        { label: '时间', rules: 1, key: 'create_at', type: 'datePicker', type2: 'date'},
       ]
       this.setDefaultValue(params)
     },

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