|
|
@ -131,6 +131,12 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="operation" label="操作" header-align="center" align="center" width="210"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span |
|
|
|
v-if="scope.row.patientStatus == '200'" |
|
|
|
style="color: #1890ff; padding-right: 8px" |
|
|
|
class="operation-details" |
|
|
|
@click="handleCall(scope.row,'310')" |
|
|
|
>报到</span> |
|
|
|
<span |
|
|
|
v-if="scope.row.patientStatus >= '300'" |
|
|
|
style="color: #1890ff; padding-right: 8px" |
|
|
@ -321,6 +327,7 @@ export default { |
|
|
|
params: { |
|
|
|
patientId: this.patientId, |
|
|
|
examItemId: examItemId, |
|
|
|
id: scopeRow.id, |
|
|
|
status: status, |
|
|
|
risNo: risNo |
|
|
|
} |
|
|
|