更新formcreat不能编辑弹出框名称bug

This commit is contained in:
limengnan 2025-05-28 15:58:41 +08:00
parent 8eaaeab5e7
commit 87bcdaaaeb
4 changed files with 10 additions and 6 deletions

View File

@ -7264,7 +7264,8 @@ height: 60px;
return Ke(t, rs + ".props", [ return Ke(t, rs + ".props", [
{ {
type: "input", type: "input",
field: "title" field: "formCreateProps>title",
title: "\u6807\u9898"
}, },
{ {
type: "SizeInput", type: "SizeInput",
@ -7349,7 +7350,8 @@ height: 60px;
return Ke(t, os + ".props", [ return Ke(t, os + ".props", [
{ {
type: "input", type: "input",
field: "title" field: "formCreateProps>title",
title: "\u6807\u9898"
}, },
{ {
type: "SizeInput", type: "SizeInput",

File diff suppressed because one or more lines are too long

View File

@ -7262,7 +7262,8 @@ height: 60px;
return Ke(t, es + ".props", [ return Ke(t, es + ".props", [
{ {
type: "input", type: "input",
field: "title" field: "formCreateProps>title",
title: "\u6807\u9898"
}, },
{ {
type: "SizeInput", type: "SizeInput",
@ -7347,7 +7348,8 @@ height: 60px;
return Ke(t, ts + ".props", [ return Ke(t, ts + ".props", [
{ {
type: "input", type: "input",
field: "title" field: "formCreateProps>title",
title: "\u6807\u9898"
}, },
{ {
type: "SizeInput", type: "SizeInput",

File diff suppressed because one or more lines are too long