Sfoglia il codice sorgente

bugfix字段展示!?

梁展鹏 3 anni fa
parent
commit
f2103a0c1c

+ 4 - 6
src/views/photoManagement/imageGoodsManagement/index.vue

@@ -40,13 +40,13 @@ export default {
           width: this.$col.b
         },
         {
-          key: 'activityName',
-          name: '活动',
+          key: 'kindergartenName',
+          name: '场景名称',
           minWidth: this.$col.b
         },
         {
-          key: 'nickname',
-          name: '账号昵称',
+          key: 'activityName',
+          name: '活动名称',
           minWidth: this.$col.b
         },
         {
@@ -107,7 +107,6 @@ export default {
           type: 'switch',
           switchName: ['是', '否'],
           api: async row => {
-            console.log(row);
             row.isBeautiful = !row.isBeautiful;
             const { success } = await updateItem(row);
             if (success) {
@@ -142,7 +141,6 @@ export default {
           type: 'switch',
           switchName: ['上架', '下架'],
           api: async row => {
-            console.log(row);
             row.isShow = !row.isShow;
             const { success } = await updateItem(row);
             if (success) {

+ 5 - 5
src/views/photoManagement/photoVerifyManagement/index.vue

@@ -94,13 +94,13 @@ export default {
           width: this.$col.b
         },
         {
-          key: 'activityName',
-          name: '活动',
+          key: 'kindergartenName',
+          name: '场景名称',
           minWidth: this.$col.b
         },
         {
-          key: 'nickname',
-          name: '账号昵称',
+          key: 'activityName',
+          name: '活动名称',
           minWidth: this.$col.b
         },
         {
@@ -146,7 +146,7 @@ export default {
         },
         {
           key: 'auditStatus',
-          name: '状态',
+          name: '审核状态',
           width: this.$col.s,
           type: 'tag',
           fetchTagType: val => {

+ 7 - 2
src/views/photographerManagement/photoVerify/index.vue

@@ -69,8 +69,13 @@ export default {
           width: this.$col.b
         },
         {
+          key: 'kindergartenName',
+          name: '场景名称',
+          minWidth: this.$col.b
+        },
+        {
           key: 'activityName',
-          name: '活动',
+          name: '活动名称',
           minWidth: this.$col.b
         },
         {
@@ -121,7 +126,7 @@ export default {
         },
         {
           key: 'auditStatus',
-          name: '状态',
+          name: '审核状态',
           width: this.$col.s,
           type: 'tag',
           fetchTagType: val => {