|
|
|
@ -51,7 +51,7 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="criticalValueContents" label="危急值(随访内容)" width="200"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div v-html="scope.row.criticalValueContents.replace(/\n/g, '<br>')"></div> |
|
|
|
<div v-html="scope.row.criticalValueContents"></div> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="jobCardNo" label="工卡号" width="90" align="center" /> |
|
|
|
|