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 = () => {
当选择具体数据后,将按如下规则给当前表单字段填充数据
十 添加规则 -
- +
+ + + +