From babe6704410fa650c769e97802037e0bdbc477fe Mon Sep 17 00:00:00 2001 From: zyn Date: Tue, 7 Feb 2023 16:09:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E4=B8=AD=E5=BF=83-=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=8F=82=E6=95=B0=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index dbe9957ae..2edcb5320 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -3,7 +3,7 @@
{ + this.minWidthColumns.push([this.columns[item],500]) + }) this.$forceUpdate() } })