소스 검색

住院满意度问卷分析优化

lighter 1 년 전
부모
커밋
16a261bdff
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/clinic/interactive/ClinicSatisfied.vue

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

@@ -335,6 +335,7 @@
               <div v-for="item in analyzeResult.suggestions">
                 <div style="color: black">{{item.suggestion}}</div>
                 <div style="width: 100%; text-align: right; padding: 4px 8px 0 0;color: #54545b;font-size: 12px">
+                  <span v-if="inquiry.visitType === 'INPATIENT'">{{item.deptName}}&nbsp;/&nbsp;</span>
                   {{item.patientId}}&nbsp;/&nbsp;{{item.patName}}&nbsp;/&nbsp;{{item.createDatetime}}
                 </div>
                 <div style="width: 100%; height: 2px;border-bottom: 1px dashed #6b778c;margin-bottom: 4px"></div>