From 8f754abc572fa54d878e3f80e6b3d28fb2d3eda0 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 28 Dec 2022 11:09:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E5=BA=93=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index1.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jero-web/src/components/tableCollection/index1.vue b/jero-web/src/components/tableCollection/index1.vue index bbe89035e..45c857161 100644 --- a/jero-web/src/components/tableCollection/index1.vue +++ b/jero-web/src/components/tableCollection/index1.vue @@ -589,7 +589,8 @@ title: res.db_field_txt, dataIndex: res.db_field_name, align: 'center', - ellipsis: true, + // ellipsis: true, + fixed: res.fixedLeft ? 'left' : '', sorter: res.sort, width: 160 })