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