From 08a9ef01b22f3f45d64cda79424152dbf2d7a6f4 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Mon, 22 Apr 2024 09:56:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E8=A1=A8=E5=8D=950.99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/formControlAttr.vue | 19 +++++++++++++++---- .../associatedFormsTinyace.vue | 3 +++ 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/components/DesignForm/formControlAttr.vue b/src/components/DesignForm/formControlAttr.vue index e837b9a82..ab6f6b4cf 100644 --- a/src/components/DesignForm/formControlAttr.vue +++ b/src/components/DesignForm/formControlAttr.vue @@ -2127,6 +2127,14 @@ watch(()=>store.activeKey, () => { }) +function addFillRole(){ + controlData.value.control.fillRoles.push({ + leftValue:'', + rightValue:'', + }) +} + + //liwenxuan20240403 associatedForms end @@ -3548,10 +3556,13 @@ const loadNextPage = () => {
当选择具体数据后,将按如下规则给当前表单字段填充数据
十 添加规则 -
- +
+ + + +