Explorar el Código

屏蔽列表页展示的logo。只显示幼儿园logo即可,其它在编辑页再显示

梁展鹏 hace 3 años
padre
commit
bea0eb6234

+ 0 - 44
src/views/sceneManagement/sceneList/index.vue

@@ -65,50 +65,6 @@ export default {
             })
         },
         {
-          key: 'previewLogo',
-          name: '预览图Logo',
-          width: this.$col.b,
-          render: (h, { row }) =>
-            h('img', {
-              style: {
-                width: '120px',
-                height: '90px'
-              },
-              class: 'pre-img',
-              attrs: {
-                src: row.previewLogo
-              },
-              on: {
-                click: () =>
-                  this.$AdvanceViewImageModal({
-                    items: [{ src: row.previewLogo }]
-                  })
-              }
-            })
-        },
-        {
-          key: 'hdLogo',
-          name: '高清图Logo',
-          width: this.$col.b,
-          render: (h, { row }) =>
-            h('img', {
-              style: {
-                width: '120px',
-                height: '90px'
-              },
-              class: 'pre-img',
-              attrs: {
-                src: row.hdLogo
-              },
-              on: {
-                click: () =>
-                  this.$AdvanceViewImageModal({
-                    items: [{ src: row.hdLogo }]
-                  })
-              }
-            })
-        },
-        {
           key: 'region',
           name: '所在地区',
           minWidth: this.$col.auto(200),

+ 0 - 44
src/views/sceneManagement/sceneVerify/index.vue

@@ -59,50 +59,6 @@ export default {
             })
         },
         {
-          key: 'previewLogo',
-          name: '预览图Logo',
-          width: this.$col.b,
-          render: (h, { row }) =>
-            h('img', {
-              style: {
-                width: '120px',
-                height: '90px'
-              },
-              class: 'pre-img',
-              attrs: {
-                src: row.previewLogo
-              },
-              on: {
-                click: () =>
-                  this.$AdvanceViewImageModal({
-                    items: [{ src: row.previewLogo }]
-                  })
-              }
-            })
-        },
-        {
-          key: 'hdLogo',
-          name: '高清图Logo',
-          width: this.$col.b,
-          render: (h, { row }) =>
-            h('img', {
-              style: {
-                width: '120px',
-                height: '90px'
-              },
-              class: 'pre-img',
-              attrs: {
-                src: row.hdLogo
-              },
-              on: {
-                click: () =>
-                  this.$AdvanceViewImageModal({
-                    items: [{ src: row.hdLogo }]
-                  })
-              }
-            })
-        },
-        {
           key: 'region',
           name: '所在地区',
           minWidth: this.$col.auto(200),