diff --git a/src/views/Training/SecurityTrainingSyllabus/components/detailForm.vue b/src/views/Training/SecurityTrainingSyllabus/components/detailForm.vue index 8619984..51a5888 100644 --- a/src/views/Training/SecurityTrainingSyllabus/components/detailForm.vue +++ b/src/views/Training/SecurityTrainingSyllabus/components/detailForm.vue @@ -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" }, + ], ])