|
@@ -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}} / </span>
|
|
|
{{item.patientId}} / {{item.patName}} / {{item.createDatetime}}
|
|
|
</div>
|
|
|
<div style="width: 100%; height: 2px;border-bottom: 1px dashed #6b778c;margin-bottom: 4px"></div>
|