修改弹出框bug

This commit is contained in:
limengnan 2025-05-28 14:58:43 +08:00
parent ac3c164adc
commit 7812d9f1d0
2 changed files with 4 additions and 2 deletions

View File

@ -51,7 +51,8 @@ export default {
return localeProps(t, name + '.props', [
{
type: 'input',
field: 'title',
field: 'formCreateProps>title',
title: '标题'
},
{
type: 'SizeInput',

View File

@ -51,7 +51,8 @@ export default {
return localeProps(t, name + '.props', [
{
type: 'input',
field: 'title',
field: 'formCreateProps>title',
title: '标题'
},
{
type: 'SizeInput',