feat: 设备台账联调
This commit is contained in:
@@ -10,7 +10,7 @@ export const tableConfig = (orgId) => {
|
||||
params: { orgId },
|
||||
treeConfig: {
|
||||
header: {
|
||||
icon: 'orgLink',
|
||||
icon: 'deviceType',
|
||||
title: '设备类别',
|
||||
},
|
||||
params: { orgId },
|
||||
@@ -69,13 +69,17 @@ export const tableConfig = (orgId) => {
|
||||
{
|
||||
title: '设备规格',
|
||||
dataIndex: 'deviceTp',
|
||||
textNumber: 4,
|
||||
},
|
||||
{
|
||||
title: '设备厂商纳税人识别号',
|
||||
dataIndex: 'deviceRatepay',
|
||||
textNumber: 8,
|
||||
textEllipsis: true,
|
||||
},
|
||||
{
|
||||
title: '设备厂商',
|
||||
textNumber: 4,
|
||||
dataIndex: 'manufacturer',
|
||||
},
|
||||
{
|
||||
@@ -118,12 +122,12 @@ export const tableConfig = (orgId) => {
|
||||
{
|
||||
title: '额定功率',
|
||||
dataIndex: 'ratedPower',
|
||||
textNumber: 5,
|
||||
textNumber: 4,
|
||||
// customRender: ({ value }) => `${value}年`,
|
||||
},
|
||||
{
|
||||
title: '特殊参数',
|
||||
textNumber: 5,
|
||||
textNumber: 4,
|
||||
dataIndex: 'specialParameters',
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user