From 178560c87a552e56a798c7f2b43caa5f4f99ec5e Mon Sep 17 00:00:00 2001 From: yaojn Date: Tue, 28 Oct 2025 16:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=20=20=20-=20[=E4=BF=AE=E5=A4=8D]=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E8=BE=93=E5=85=A5=E7=BB=84=E4=BB=B6=E5=86=85=E5=B5=8C?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E8=BE=93=E5=85=A5=E7=BB=84=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E8=81=94=E5=8A=A8=E8=A7=84=E5=88=99=E5=A4=B1=E6=95=88=E3=80=82?= =?UTF-8?q?=20=20=20=20=20=20-=20[=E5=85=B3=E8=81=94]#[1542072920670208]?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E8=BE=93=E5=85=A5=E7=BB=84=E4=BB=B6=E5=86=85?= =?UTF-8?q?=E5=B5=8C=E8=A1=A8=E6=A0=BC=E8=BE=93=E5=85=A5=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E8=81=94=E5=8A=A8=E8=A7=84=E5=88=99=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E3=80=82=20http://192.168.0.96:8090/demo/rdm.html#/bug-detail/?= =?UTF-8?q?939050947543040/939050947543057/1542072920670208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TsSheet/form/component/formtableinputer/column-item.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/resources/plugins/TsSheet/form/component/formtableinputer/column-item.vue b/src/resources/plugins/TsSheet/form/component/formtableinputer/column-item.vue index 71a9e5ae..c4808020 100644 --- a/src/resources/plugins/TsSheet/form/component/formtableinputer/column-item.vue +++ b/src/resources/plugins/TsSheet/form/component/formtableinputer/column-item.vue @@ -66,6 +66,7 @@ :rowUuid="rowUuid" :extendConfigList="Object.freeze(extendConfigList)" :formDataForWatch="formDataForWatch" + :extraFormItemList="extraFormItemList" @setValue="setValue" @select="selectFormItem" @dropHideComponent="dropHideComponent" -- Gitee