Pārlūkot izejas kodu

统一字段宽度

梁展鹏 3 gadi atpakaļ
vecāks
revīzija
3dc2d09d5d

+ 5 - 10
src/views/photoManagement/eventsList/index.vue

@@ -41,6 +41,11 @@ export default {
           width: this.$col.b
         },
         {
+          key: 'name',
+          name: '活动名称',
+          minWidth: this.$col.b
+        },
+        {
           key: 'cover',
           name: '封面',
           width: this.$col.b,
@@ -63,16 +68,6 @@ export default {
             })
         },
         {
-          key: 'name',
-          name: '活动名称',
-          minWidth: this.$col.b
-        },
-        {
-          key: 'createBy',
-          name: '创建者',
-          width: this.$col.m
-        },
-        {
           key: 'time',
           name: '活动时间',
           width: this.$col.auto(260),

+ 8 - 10
src/views/photoManagement/imageGoodsManagement/index.vue

@@ -40,16 +40,14 @@ export default {
           width: this.$col.b
         },
         {
-          key: 'location',
-          name: '上传位置',
-          minWidth: this.$col.b,
-          render: (h, { row }) =>
-            h(
-              'span',
-              `${row.kindergartenName}${
-                row.activityName ? '/' + row.activityName : ''
-              }`
-            )
+          key: 'activityName',
+          name: '活动',
+          minWidth: this.$col.b
+        },
+        {
+          key: 'nickname',
+          name: '账号昵称',
+          minWidth: this.$col.b
         },
         {
           key: 'nickname',

+ 8 - 10
src/views/photoManagement/photoVerifyManagement/index.vue

@@ -94,16 +94,14 @@ export default {
           width: this.$col.b
         },
         {
-          key: 'location',
-          name: '上传位置',
-          minWidth: this.$col.b,
-          render: (h, { row }) =>
-            h(
-              'span',
-              `${row.kindergartenName}${
-                row.activityName ? '/' + row.activityName : ''
-              }`
-            )
+          key: 'activityName',
+          name: '活动',
+          minWidth: this.$col.b
+        },
+        {
+          key: 'nickname',
+          name: '账号昵称',
+          minWidth: this.$col.b
         },
         {
           key: 'nickname',

+ 8 - 10
src/views/photographerManagement/photoVerify/index.vue

@@ -69,16 +69,14 @@ export default {
           width: this.$col.b
         },
         {
-          key: 'location',
-          name: '上传位置',
-          minWidth: this.$col.b,
-          render: (h, { row }) =>
-            h(
-              'span',
-              `${row.kindergartenName}${
-                row.activityName ? '/' + row.activityName : ''
-              }`
-            )
+          key: 'activityName',
+          name: '活动',
+          minWidth: this.$col.b
+        },
+        {
+          key: 'nickname',
+          name: '账号昵称',
+          minWidth: this.$col.b
         },
         {
           key: 'nickname',

+ 1 - 1
src/views/statistics/uploadImage/index.vue

@@ -88,7 +88,7 @@ export default {
         {
           key: 'createAt',
           name: '上传时间',
-          minWidth: '120'
+          minWidth: this.$col.b
         },
       ]
     };