Browse Source

peter

360view
newPeter7 2 years ago
parent
commit
3b22a275f4
  1. 5
      src/page-subspecialty/views/modules/outpatientManagement/call/index.vue

5
src/page-subspecialty/views/modules/outpatientManagement/call/index.vue

@ -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>

Loading…
Cancel
Save