taskid:084 remark:'commit'

This commit is contained in:
fks-xuxinyue
2024-07-15 15:54:07 +08:00
parent 5deff41679
commit b41caf9320
5 changed files with 774 additions and 443 deletions

View File

@@ -77,4 +77,46 @@ export const tableColumns = [
key: 'action',
width: 130
},
];
export const columns = [
{
title: '序号',
customRender: (text: any) => {
return text.index + 1;
},
},
{
title: '因子值',
dataIndex: 'energyType',
},
{
title: '计量单位',
className: 'unit',
dataIndex: 'unit',
},
{
title: '更新时间',
className: 'unit',
dataIndex: 'unit',
},
{
title: '启用时间',
className: 'unit',
dataIndex: 'unit',
},
{
title: '结束时间',
className: 'unit',
dataIndex: 'unit',
},
{
title: '数据来源',
className: 'unit',
dataIndex: 'unit',
},
{
title: '操作',
key: 'action',
width: 130
},
];