소스 검색

页面字段描述调整

梁展鹏 3 년 전
부모
커밋
c38e536cbd
3개의 변경된 파일30개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 0
      src/views/baseManagement/bannerManagement/index.vue
  2. 10 0
      src/views/baseManagement/trending/index.vue
  3. 10 1
      src/views/baseManagement/updateList/index.vue

+ 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);
         //   }
         // }