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