对碳排管理进行优化

This commit is contained in:
fks-xuxinyue
2024-09-03 17:01:10 +08:00
parent 0c822e6d29
commit 117db1c400
15 changed files with 370 additions and 85 deletions

View File

@@ -5,6 +5,7 @@ export const voucherColumns = [
{
title: '序号',
width: 80,
align: 'center',
customRender: (text: any) => {
return text.index + 1;
},
@@ -13,12 +14,14 @@ export const voucherColumns = [
title: '日期',
dataIndex: 'bizName',
key: 'bizName',
align: 'center',
ellipsis: true,
},
{
title: '文件名称',
dataIndex: 'fileName',
key: 'fileName',
align: 'center',
ellipsis: true,
},
];
@@ -53,7 +56,7 @@ export const setFactorConfig = (orgId) => {
icon: 'deviceType',
title: '排放分类',
},
params: { orgId},
params: { orgId },
dynamicParams: { emissionList: 'id[]' },
defaultExpandAll: true,
// checkable:true,