fix: model version field name

This commit is contained in:
licoy
2024-07-02 15:31:30 +08:00
parent 7fde9327a2
commit 54401162bd
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ const sdCommonParams = (model: string, data: any) => {
required: true,
},
{
name: locales.SdPanel.ChildModel,
name: locales.SdPanel.ModelVersion,
value: "model",
type: "select",
default: 0,