From 27f898d5e853f990f48b5cf18d91d6b176d0ec8e Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Mon, 22 Sep 2025 19:04:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SecurityTrainingSyllabus/components/detailForm.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" }, + ], ])