fix: 🧩 修复bug
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user