Parcourir la source

展示字段顺序调整

梁展鹏 il y a 3 ans
Parent
commit
30b06942c7
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      src/views/baseManagement/infoManagement/index.vue

+ 5 - 5
src/views/baseManagement/infoManagement/index.vue

@@ -46,11 +46,6 @@ export default {
           width: '160'
         },
         {
-          key: 'createAt',
-          name: '发布时间',
-          width: '140'
-        },
-        {
           key: 'looks',
           name: '阅读',
           width: '120',
@@ -74,6 +69,11 @@ export default {
           width: '80'
         },
         {
+          key: 'createAt',
+          name: '发布时间',
+          width: '140'
+        },
+        {
           key: 'isShow',
           name: '状态',
           width: '80',