Bläddra i källkod

满意度调查导出添加就诊科室

lighter 1 år sedan
förälder
incheckning
a4004c561e
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      src/views/clinic/interactive/ClinicSatisfied.vue

+ 3 - 0
src/views/clinic/interactive/ClinicSatisfied.vue

@@ -615,6 +615,7 @@ const exportExcel = () => {
     fields = {
       patientId: '门诊号',
       jzFlagLabel: '类别',
+      deptName: '就诊科室',
       item1: '对药剂科工作人员',
       item3: '对放射科工作人员',
       item5: '对超声影像科工作人员',
@@ -632,6 +633,8 @@ const exportExcel = () => {
   } else {
     fields = {
       patientId: '门诊号',
+      inpatientNo: '住院号',
+      deptName: '出院科室',
       item1: '对护理人员',
       item3: '对科室医生',
       item5: '对环境卫生',