Quellcode durchsuchen

feat: 修改问题

tangning vor 2 Jahren
Ursprung
Commit
893b5abd8d

+ 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,