From 4d95882131996fce6d481aa8a84d89d76ccce3e2 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Mon, 4 Mar 2024 15:22:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AD=90=E8=A1=A8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/assembly/index.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index e0fc94ffe..1b366821f 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -404,12 +404,16 @@ const selectOption: any = [ { type: 'table', label: '子表', - icon: 'component', + icon: 'table', iconFont: 'fa-table', + list: [], + tableData: [], // 子表表格列表数据集合 control: { - modelValue: '' + border: true + }, + config: { + addBtnText: '添加一行' }, - config: {}, styles:{ divStyle:{}, labelStyle:{},