Parcourir la source

优化住院问卷分析

lighter il y a 1 an
Parent
commit
d6d39f40cf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/clinic/interactive/ClinicSatisfied.vue

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

@@ -335,7 +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">
-                  {{item.patientId||item.inpatientNo}}&nbsp;/&nbsp;{{item.patName}}&nbsp;/&nbsp;{{item.createDatetime}}
+                  {{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>
               </div>