feat: 调整树样式

This commit is contained in:
xuziqiang
2024-07-10 14:51:42 +08:00
parent 060ac6d486
commit 149f44a8dd
5 changed files with 8 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ export const tableConfig = (orgId) => {
},
},
rowSelection: null,
scroll: { x: 2000 },
columns: [
{
title: '设备名称',
@@ -74,7 +75,7 @@ export const tableConfig = (orgId) => {
{
title: '设备厂商纳税人识别号',
dataIndex: 'deviceRatepay',
textNumber: 8,
textNumber: 9,
textEllipsis: true,
},
{