Browse Source

no message

linwenxin 1 year ago
parent
commit
a1381099bf
1 changed files with 1 additions and 13 deletions
  1. 1 13
      src/views/mallManagement/activity/coupon_index/index.vue

+ 1 - 13
src/views/mallManagement/activity/coupon_index/index.vue

@@ -282,25 +282,13 @@ export default {
           return (
             <div>
               <zj-table
-                columns={[
+                columns={[                  
                   {
                     columnAttributes: {
-                      label: '图片',
-                      prop: '',
-                      width: '60px'
-                    },
-                    render: (h, { row, column, index }) => {
-                      return <div style="width: 60px; height: 60px; overflow: hidden">
-                        <el-image style="width: 60px; height: 60px" src={row.imgUrl} fit="fit"></el-image>
-                      </div>
-                    }
-                  }, {
-                    columnAttributes: {
                       label: '名称',
                       prop: 'goodsName',
                     }
                   },
-
                   ...(() => {
                     if (this.formDialogType !== 2) {
                       return [