对碳排管理进行优化
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user