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