更新
This commit is contained in:
@ -34,6 +34,16 @@ const formList = reactive([
|
|||||||
{ label: "培训类型", prop: "pxlx", type: "input" },
|
{ label: "培训类型", prop: "pxlx", type: "input" },
|
||||||
{ label: "教学项目", prop: "jxxm", 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" },
|
||||||
|
],
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user