fix: 🧩 修复bug

This commit is contained in:
2025-03-28 16:55:37 +08:00
parent 2694a0c905
commit e0f8d6c574
35 changed files with 165 additions and 101 deletions

View File

@@ -60,12 +60,7 @@ export const EDIT_FORM_DATA: FormItem[] = [
placeholder: "请选择",
type: "select",
label: "Banner分类: ",
options: [
{
value: "1",
label: "Level one 1"
}
]
options: []
},
{
prop: "sort",
@@ -137,12 +132,7 @@ export const EDIT_FORM_DATA1: FormItem[] = [
placeholder: "请选择",
type: "select",
label: "Banner分类: ",
options: [
{
value: "1",
label: "Level one 1"
}
]
options: []
},
{
prop: "sort",
@@ -150,15 +140,15 @@ export const EDIT_FORM_DATA1: FormItem[] = [
type: "inputNumber",
label: "Banner排序: "
},
{
prop: "link",
placeholder: "请输入",
type: "inputSelect",
label: "链接地址: ",
placeholder1: "请选择",
prop1: "link_type",
options: []
},
// {
// prop: "link",
// placeholder: "请输入",
// type: "inputSelect",
// label: "链接地址: ",
// placeholder1: "请选择",
// prop1: "link_type",
// options: []
// },
{
prop: "video",
type: "video",