feat: 🚀 提示框层级调整

This commit is contained in:
2025-04-16 16:18:24 +08:00
parent bbf953f47a
commit 186bfcdcd7
16 changed files with 201 additions and 91 deletions

View File

@@ -22,7 +22,7 @@ export const EDIT_FORM_DATA: FormItem[] = [
prop: "name",
placeholder: "请输入",
type: "input",
label: "文章分类名称: "
label: "下载分类名称: "
},
{
@@ -46,6 +46,13 @@ export const EDIT_FORM_DATA: FormItem[] = [
value: 0
}
]
},
{
prop: "pid",
placeholder: "请选择",
type: "treeSelect",
label: "所属分类: ",
options: []
}
];
export const EDIT_RULE_FORM = {