From 8553b0c01b7e328165628e824aa43e4a1aed6775 Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Sat, 29 Mar 2025 10:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BE=93=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inspect/inspecttemplate/index.ts | 2 ++ .../inspect/inspecttemplate/TemplateForm.vue | 33 ++++++++++++++++--- src/views/inspect/inspecttemplate/index.vue | 6 +++- 3 files changed, 35 insertions(+), 6 deletions(-) diff --git a/src/api/inspect/inspecttemplate/index.ts b/src/api/inspect/inspecttemplate/index.ts index 6a30823..a267022 100644 --- a/src/api/inspect/inspecttemplate/index.ts +++ b/src/api/inspect/inspecttemplate/index.ts @@ -10,6 +10,8 @@ export interface TemplateVO { createId: string // 创建人 contentName: string // 模板名称 category: string // 模板类别 + science: string // 科普知识 + healthy: string // 健康指导 } // 汇总模板 API diff --git a/src/views/inspect/inspecttemplate/TemplateForm.vue b/src/views/inspect/inspecttemplate/TemplateForm.vue index 25e1bb2..a902867 100644 --- a/src/views/inspect/inspecttemplate/TemplateForm.vue +++ b/src/views/inspect/inspecttemplate/TemplateForm.vue @@ -42,8 +42,16 @@ - - + + + + + + + - + + +