From fff71ea757930e5c67e1818d1ed9270226c3ebdc Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Mon, 4 Mar 2024 15:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=BB=84=E4=BB=B6CSS?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/assembly/index.ts | 8 ++++ .../DesignForm/designLayout/bianXian.vue | 9 +++-- .../DesignForm/designLayout/pageSize.vue | 26 ++++++------- .../DesignForm/designLayout/pageSizeSmail.vue | 16 ++++---- .../DesignForm/designLayout/textPage.vue | 28 +++++++++++--- .../designLayout/unitBackGround.vue | 38 ++++++++++++++++--- .../DesignForm/designLayout/yuanjao.vue | 2 +- src/components/DesignForm/formControlAttr.vue | 1 + .../DesignForm/layoutPage/index.vue | 16 ++++++++ .../DesignForm/public/form/formGroup.vue | 3 +- src/types/components.d.ts | 22 ----------- src/widget/digitpage/index.vue | 2 +- src/widget/number/index.vue | 2 +- 13 files changed, 111 insertions(+), 62 deletions(-) diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index 37c13919b..e0fc94ffe 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -402,6 +402,14 @@ const selectOption: any = [ title: '高级字段', children: [ { + type: 'table', + label: '子表', + icon: 'component', + iconFont: 'fa-table', + control: { + modelValue: '' + }, + config: {}, styles:{ divStyle:{}, labelStyle:{}, diff --git a/src/components/DesignForm/designLayout/bianXian.vue b/src/components/DesignForm/designLayout/bianXian.vue index 9eb912333..2da341053 100644 --- a/src/components/DesignForm/designLayout/bianXian.vue +++ b/src/components/DesignForm/designLayout/bianXian.vue @@ -128,7 +128,7 @@ watch(()=>props.dataVal.lineColorVal,(val : any)=>{ });