Explorar el Código

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

lighter hace 1 año
padre
commit
a4004c561e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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: '对环境卫生',