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