taskid:067 remark:commit

This commit is contained in:
fks-xuxinyue
2024-07-10 11:01:46 +08:00
parent 7b624f6549
commit 060ac6d486
5 changed files with 233 additions and 99 deletions

View File

@@ -11,15 +11,21 @@ export const tableConfig = {
rowSelection: null,
columns: [
{
title: '设备名称',
title: '序号',
customRender: (text: any) => {
return text.index + 1;
},
},
{
title: '能源种类',
dataIndex: 'id',
},
{
title: '设备型号',
title: '计量单位',
dataIndex: 'deviceCode',
},
{
title: 'SN码',
title: '全年',
dataIndex: 'deviceName',
textNumber: 8,
textEllipsis: true,