fix: 🧩 修复bug

This commit is contained in:
2025-04-01 15:15:35 +08:00
parent 716b383a87
commit af5894dd5a
25 changed files with 112 additions and 82 deletions

View File

@@ -27,7 +27,7 @@ export const EDIT_FORM_DATA: FormItem[] = [
},
{
prop: "category_id",
prop: "category_id1",
placeholder: "请选择",
type: "select",
label: "文章分类: ",
@@ -59,7 +59,7 @@ export const EDIT_FORM_DATA: FormItem[] = [
// prop: "is_show1",
// placeholder: "",
// type: "radio",
// label: "是否启: ",
// label: "是否启: ",
// options: [
// {
// label: "是",