|
|
@ -77,9 +77,8 @@ |
|
|
|
<el-table-column prop="mzDoctorName" label="门诊医师" header-align="center" align="center" width="100" /> |
|
|
|
<el-table-column label="常规检查" header-align="center" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
|
|
|
|
<el-button class="copyBtn" type="primary" plain style="width: 100%" size="small" :data-clipboard-text="scope.row.examInfoStr" @click="onCopy"> |
|
|
|
<span style="white-space: pre-line" v-html="scope.row.examInfoStr"></span> |
|
|
|
<el-button class="copyBtn" style="width: 100%" size="small" :data-clipboard-text="scope.row.examInfoStr" @click="onCopy"> |
|
|
|
<span style="white-space: pre-line;color: black;font-size: 16px" v-html="scope.row.examInfoStr"></span> |
|
|
|
</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|