소스 검색

页面字段描述调整

梁展鹏 3 년 전
부모
커밋
743712b943
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/financialManagement/cashDetail/index.vue
  2. 1 1
      src/views/pointsManagement/pointsDetail/index.vue

+ 1 - 1
src/views/financialManagement/cashDetail/index.vue

@@ -68,7 +68,7 @@ export default {
         },
         {
           key: 'createAt',
-          name: '时间',
+          name: '创建时间',
           width: this.$col.b
         }
       ]

+ 1 - 1
src/views/pointsManagement/pointsDetail/index.vue

@@ -68,7 +68,7 @@ export default {
         },
         {
           key: 'createAt',
-          name: '时间',
+          name: '创建时间',
           width: this.$col.b
         }
       ]