Browse Source

页面字段描述调整

梁展鹏 3 years ago
parent
commit
c38e536cbd

+ 10 - 0
src/views/baseManagement/bannerManagement/index.vue

@@ -87,6 +87,16 @@ export default {
           width: this.$col.s
         },
         {
+          key: 'createAt',
+          name: '创建时间',
+          width: this.$col.b
+        },
+        {
+          key: 'createAt',
+          name: '修改时间',
+          width: this.$col.b
+        },
+        {
           key: 'isShow',
           name: '状态',
           width: this.$col.s,

+ 10 - 0
src/views/baseManagement/trending/index.vue

@@ -52,6 +52,16 @@ export default {
           width: this.$col.m
         },
         {
+          key: 'createAt',
+          name: '创建时间',
+          width: this.$col.b
+        },
+        {
+          key: 'createAt',
+          name: '修改时间',
+          width: this.$col.b
+        },
+        {
           key: 'isShow',
           name: '状态',
           width: this.$col.m,

+ 10 - 1
src/views/baseManagement/updateList/index.vue

@@ -80,6 +80,16 @@ export default {
           }
         },
         {
+          key: 'createAt',
+          name: '创建时间',
+          width: this.$col.b
+        },
+        {
+          key: 'createAt',
+          name: '修改时间',
+          width: this.$col.b
+        },
+        {
           key: 'isShow',
           name: '状态',
           width: this.$col.b,
@@ -138,7 +148,6 @@ export default {
         //         '删除'
         //       )
         //     );
-
         //     return h('div', action);
         //   }
         // }