From 822519dbb6bec99c6358bc8d4a7837a0db863548 Mon Sep 17 00:00:00 2001 From: xuziqiang <1344691446@qq.com> Date: Mon, 22 Jul 2024 10:22:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=BD=E5=BA=A6=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hx-ai-intelligent/src/view/equipmentManage/ledger/config.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hx-ai-intelligent/src/view/equipmentManage/ledger/config.ts b/hx-ai-intelligent/src/view/equipmentManage/ledger/config.ts index da8f267..1c2cfc4 100644 --- a/hx-ai-intelligent/src/view/equipmentManage/ledger/config.ts +++ b/hx-ai-intelligent/src/view/equipmentManage/ledger/config.ts @@ -53,13 +53,15 @@ export const tableConfig = (orgId) => { { title: '设备一级区域', dataIndex: 'device1Area', - textNumber: 5, + textWidth: 88, + // width: 130, textEllipsis: true, }, { title: '设备二级区域', dataIndex: 'device2Area', - textNumber: 5, + textWidth: 88, + // width: 130, textEllipsis: true, }, { @@ -91,7 +93,8 @@ export const tableConfig = (orgId) => { { title: '设备描述', dataIndex: 'deviceDesc', - textNumber: 5, + textWidth: 88, + textEllipsis: true, }, {