Kaynağa Gözat

1. 三个照片列表页面,增加账号昵称,手机号码展示
2. 调整表格列的宽度

梁展鹏 3 yıl önce
ebeveyn
işleme
4ffe0a84e2

+ 11 - 3
src/views/photoManagement/imageGoodsManagement/index.vue

@@ -42,7 +42,6 @@ export default {
         {
           key: 'location',
           name: '上传位置',
-          minWidth: this.$col.b,
           render: (h, { row }) =>
             h(
               'span',
@@ -52,9 +51,18 @@ export default {
             )
         },
         {
+          key: 'nickname',
+          name: '账号昵称'
+        },
+        {
+          key: 'phonenumber',
+          name: '账号手机号码',
+          width: this.$col.b
+        },
+        {
           key: 'listPreview',
           name: '列表预览图',
-          minWidth: this.$col.b,
+          width: this.$col.b,
           render: (h, { row }) => {
             if (!row.listPreview) {
               return h('span', '图片正在处理中请稍等...');
@@ -80,7 +88,7 @@ export default {
         {
           key: 'createAt',
           name: '上传时间',
-          minWidth: this.$col.b
+          width: this.$col.b
         },
         {
           key: 'likes',

+ 11 - 4
src/views/photoManagement/photoVerifyManagement/index.vue

@@ -96,7 +96,6 @@ export default {
         {
           key: 'location',
           name: '上传位置',
-          minWidth: this.$col.b,
           render: (h, { row }) =>
             h(
               'span',
@@ -105,11 +104,19 @@ export default {
               }`
             )
         },
-
+        {
+          key: 'nickname',
+          name: '账号昵称'
+        },
+        {
+          key: 'phonenumber',
+          name: '账号手机号码',
+          width: this.$col.b
+        },
         {
           key: 'listPreview',
           name: '列表预览图',
-          minWidth: this.$col.b,
+          width: this.$col.b,
           render: (h, { row }) => {
             if (!row.listPreview) {
               return h('span', '图片正在处理中请稍等...');
@@ -135,7 +142,7 @@ export default {
         {
           key: 'createAt',
           name: '上传时间',
-          minWidth: this.$col.b
+          width: this.$col.b
         },
         {
           key: 'auditStatus',

+ 11 - 4
src/views/photographerManagement/photoVerify/index.vue

@@ -71,7 +71,6 @@ export default {
         {
           key: 'location',
           name: '上传位置',
-          minWidth: this.$col.b,
           render: (h, { row }) =>
             h(
               'span',
@@ -80,11 +79,19 @@ export default {
               }`
             )
         },
-
+        {
+          key: 'nickname',
+          name: '账号昵称'
+        },
+        {
+          key: 'phonenumber',
+          name: '账号手机号码',
+          width: this.$col.b
+        },
         {
           key: 'listPreview',
           name: '列表预览图',
-          minWidth: this.$col.b,
+          width: this.$col.b,
           render: (h, { row }) => {
             if (!row.listPreview) {
               return h('span', '图片正在处理中请稍等...');
@@ -110,7 +117,7 @@ export default {
         {
           key: 'createAt',
           name: '上传时间',
-          minWidth: this.$col.b
+          width: this.$col.b
         },
         {
           key: 'auditStatus',

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

@@ -82,7 +82,7 @@ export default {
         {
           key: 'listPreview',
           name: '图片',
-          width: '180',
+          width: this.$col.b,
           render: (h, { row }) =>
             h('img', {
               style: {