diff --git a/src/api/inspect/inspectpatientitems/index.ts b/src/api/inspect/inspectpatientitems/index.ts index 81cd922..50cd47e 100644 --- a/src/api/inspect/inspectpatientitems/index.ts +++ b/src/api/inspect/inspectpatientitems/index.ts @@ -20,6 +20,9 @@ export interface PatientitemsVO { positive: string // 是否阳性 1:阳性 inspectdoctor: string // 检查医生 inspecttime: Date // 检查时间 + groupname: string // 模块名称 + mealfrontorafter: string // 餐前餐后 + moduleName: string // 模块名称:体检单元 } // 患者体检项目 API diff --git a/src/views/Department-entry/CT.vue b/src/views/Department-entry/CT.vue index ecf6d45..2bad77d 100644 --- a/src/views/Department-entry/CT.vue +++ b/src/views/Department-entry/CT.vue @@ -43,7 +43,7 @@