|
@ -75,29 +75,18 @@ |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="mzDoctorName" label="门诊医师" header-align="center" align="center" width="100" /> |
|
|
<el-table-column prop="mzDoctorName" label="门诊医师" header-align="center" align="center" width="100" /> |
|
|
<!-- <el-table-column prop="sgDoctorName" label="视光师" header-align="center" align="center" width="100" />--> |
|
|
|
|
|
<el-table-column label="常规检查" header-align="center" align="center"> |
|
|
<el-table-column label="常规检查" header-align="center" align="center"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<!-- {{ scope.row.createTime}}--> |
|
|
|
|
|
<el-button class="copyBtn" type="primary" plain style="width: 48%" size="small" :data-clipboard-text="scope.row.createTime" @click="onCopy">复制</el-button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<!-- <el-table-column prop="remark" label="备注" header-align="center" align="center" />--> |
|
|
<!-- <el-table-column prop="remark" label="备注" header-align="center" align="center" />--> |
|
|
<el-table-column prop="updateDate" label="就诊时间" header-align="center" align="center" width="165" /> |
|
|
<el-table-column prop="updateDate" label="就诊时间" header-align="center" align="center" width="165" /> |
|
|
<!-- <el-table-column prop="callSort" label="分诊序号" header-align="center" align="center" />--> |
|
|
|
|
|
<!-- <el-table-column prop="callStatus" label="叫号状态" header-align="center" align="center">--> |
|
|
|
|
|
<!-- <template slot-scope="scope">--> |
|
|
|
|
|
<!-- {{ scope.row.callStatus | callStatus }}--> |
|
|
|
|
|
<!-- </template>--> |
|
|
|
|
|
<!-- </el-table-column>--> |
|
|
|
|
|
<el-table-column prop="operation" label="操作" header-align="center" align="center" width="180"> |
|
|
<el-table-column prop="operation" label="操作" header-align="center" align="center" width="180"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<!-- <span--> |
|
|
|
|
|
<!-- style="color: #1890ff; padding-right: 8px"--> |
|
|
|
|
|
<!-- class="operation-details"--> |
|
|
|
|
|
<!-- @click="browseClick(scope.row)"--> |
|
|
|
|
|
<!-- >叫号</span>--> |
|
|
|
|
|
<!-- v-if="scope.row.callStatus !== '1' && scope.row.callStatus !== '3' && scope.row.callStatus !== '5'"--> |
|
|
|
|
|
<span |
|
|
<span |
|
|
style="color: #1890ff; padding-right: 8px" |
|
|
style="color: #1890ff; padding-right: 8px" |
|
|
class="operation-details" |
|
|
class="operation-details" |
|
|