소스 검색

页面字段描述调整

梁展鹏 3 년 전
부모
커밋
c71b876a87
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/photoManagement/imageGoodsManagement/toolbar.vue
  2. 1 1
      src/views/photoManagement/photoVerifyManagement/toolbar.vue

+ 1 - 1
src/views/photoManagement/imageGoodsManagement/toolbar.vue

@@ -27,7 +27,7 @@ export default {
         {
           type: 'dateArray',
           name: 'date',
-          label: '上传日期',
+          label: '上传时间',
           apiName: ['startTime', 'endTime']
         }
       ]

+ 1 - 1
src/views/photoManagement/photoVerifyManagement/toolbar.vue

@@ -28,7 +28,7 @@ export default {
         {
           type: 'dateArray',
           name: 'date',
-          label: '上传日期',
+          label: '上传时间',
           apiName: ['startTime', 'endTime']
         }
       ]