소스 검색

feat: 修改问题

tangning 2 년 전
부모
커밋
893b5abd8d
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      src/views/productOperation/cameraScene.vue
  2. 1 1
      src/views/productOperation/viewKankan.vue

+ 2 - 2
src/views/productOperation/cameraScene.vue

@@ -166,7 +166,7 @@
         },
         {
           title: '拍摄时间',
-          dataIndex: 'timeList',
+          dataIndex: 'createTime',
           sorter: true,
           width: 180,
           customRender: ({ record }) => {
@@ -371,7 +371,7 @@
             component: 'RangePicker',
             componentProps: {
               maxLength: 100,
-              width:'385px',
+              minWidth:'385px',
               format: 'YYYY-MM-DD',
               valueFormat: 'YYYY-MM-DD',
               showTime: true,

+ 1 - 1
src/views/productOperation/viewKankan.vue

@@ -180,7 +180,7 @@
             component: 'RangePicker',
             componentProps: {
               maxLength: 100,
-              width:'385px',
+              minWidth:'385px',
               format: 'YYYY-MM-DD',
               valueFormat: 'YYYY-MM-DD',
               showTime: true,