瀏覽代碼

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,