From a02392e3b685b3899c0a1a6dd10cdfff83b01b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Wed, 22 Apr 2026 17:45:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E8=81=94=E8=AE=BE=E5=A4=87BUG?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/config/config.data.ts | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/views/device/config/config.data.ts b/src/views/device/config/config.data.ts index 7c44663..a825f37 100644 --- a/src/views/device/config/config.data.ts +++ b/src/views/device/config/config.data.ts @@ -11,22 +11,24 @@ export const columns: BasicColumn[] = [ { title: '设备类型', align: "center", - dataIndex: 'deviceType_dictText' - }, - { - title: '规格型号', - align: "center", - dataIndex: 'deviceModel' + dataIndex: 'deviceType_dictText', + width: 120 }, { title: '生产厂家', align: "center", dataIndex: 'factory' }, + { + title: '规格型号', + align: "center", + dataIndex: 'deviceModel' + }, { title: '设备维度', align: "center", - dataIndex: 'dimension' + dataIndex: 'dimension', + width: 120 }, ];