This commit is contained in:
2025-09-22 19:04:13 +08:00
parent ed6cdcd0da
commit 27f898d5e8

View File

@ -34,6 +34,16 @@ const formList = reactive([
{ label: "培训类型", prop: "pxlx", type: "input" },
{ label: "教学项目", prop: "jxxm", type: "input" },
],
[
{ label: "教学内容", prop: "jxnr", type: "input" },
{ label: "教学目标", prop: "jxmb", type: "input" },
],
[
{ label: "学时安排", prop: "xsap", type: "input" },
],
[
{ label: "上传附件", prop: "fjdz", type: "upload" },
],
])