From 7812d9f1d0dfe69be4d0d13bfcc83f03360ce06c Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Wed, 28 May 2025 14:58:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=B9=E5=87=BA=E6=A1=86bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/rule/dialog.js | 3 ++- src/config/rule/drawer.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/config/rule/dialog.js b/src/config/rule/dialog.js index 624fec5..5f55b20 100644 --- a/src/config/rule/dialog.js +++ b/src/config/rule/dialog.js @@ -51,7 +51,8 @@ export default { return localeProps(t, name + '.props', [ { type: 'input', - field: 'title', + field: 'formCreateProps>title', + title: '标题' }, { type: 'SizeInput', diff --git a/src/config/rule/drawer.js b/src/config/rule/drawer.js index 38bcb27..4f9875e 100644 --- a/src/config/rule/drawer.js +++ b/src/config/rule/drawer.js @@ -51,7 +51,8 @@ export default { return localeProps(t, name + '.props', [ { type: 'input', - field: 'title', + field: 'formCreateProps>title', + title: '标题' }, { type: 'SizeInput',