浏览代码

优化住院问卷分析

lighter 1 年之前
父节点
当前提交
d6d39f40cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>