|
@@ -73,12 +73,12 @@ export const tableColumns: BasicColumn[] = [
|
|
|
},
|
|
|
{
|
|
|
title: '操作时间',
|
|
|
- dataIndex: 'startDate',
|
|
|
+ dataIndex: 'operationDate',
|
|
|
align: 'left',
|
|
|
- width: 120,
|
|
|
- customRender: ({ text }) => {
|
|
|
- return `${formatToDate(text)}`;
|
|
|
- },
|
|
|
+ width: 150,
|
|
|
+ // customRender: ({ text }) => {
|
|
|
+ // return `${formatToDate(text)}`;
|
|
|
+ // },
|
|
|
},
|
|
|
{
|
|
|
title: '状态',
|