|
|
@ -51,15 +51,16 @@ |
|
|
<div style="display: flex" @contextmenu.prevent="onContextmenu"> |
|
|
<div style="display: flex" @contextmenu.prevent="onContextmenu"> |
|
|
<el-table :data="waitDetail" style="width: 100%" border highlight-current-row @row-click="rowClickWait" |
|
|
<el-table :data="waitDetail" style="width: 100%" border highlight-current-row @row-click="rowClickWait" |
|
|
:row-style="{ height: '28px' }" :height="Math.floor((tableHeight - 72) / 3)" @row-contextmenu="rClick"> |
|
|
:row-style="{ height: '28px' }" :height="Math.floor((tableHeight - 72) / 3)" @row-contextmenu="rClick"> |
|
|
<el-table-column prop="queueRegisterNumber" label="号" min-width="30" align="center" /> |
|
|
|
|
|
<el-table-column prop="patientName" label="姓名" min-width="80" align="center" /> |
|
|
|
|
|
<el-table-column prop="isVip" label="Vip" min-width="40" align="center"> |
|
|
|
|
|
|
|
|
<el-table-column type="index" label="序" width="30" align="center" /> |
|
|
|
|
|
<el-table-column prop="patientName" label="姓名" width="80" align="center" /> |
|
|
|
|
|
<el-table-column prop="isVip" label="Vip" width="30" align="center"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div style="font-family: 'Microsoft YaHei'"> |
|
|
<div style="font-family: 'Microsoft YaHei'"> |
|
|
{{ scope.row.isVip == "Y" ? "√" : "" }} |
|
|
{{ scope.row.isVip == "Y" ? "√" : "" }} |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
<el-table-column prop="queueRegisterNumber" label="号" min-width="30" align="center" /> |
|
|
</el-table> |
|
|
</el-table> |
|
|
<div style="margin-top: 20px"> |
|
|
<div style="margin-top: 20px"> |
|
|
<div> |
|
|
<div> |
|
|
@ -86,15 +87,16 @@ |
|
|
<div style="display: flex" @contextmenu.prevent="onContextmenu"> |
|
|
<div style="display: flex" @contextmenu.prevent="onContextmenu"> |
|
|
<el-table :data="alreadyCalledDetail" style="width: 100%" border highlight-current-row @row-contextmenu="rClick" |
|
|
<el-table :data="alreadyCalledDetail" style="width: 100%" border highlight-current-row @row-contextmenu="rClick" |
|
|
@row-click="rowClickAlready" :row-style="{ height: '28px' }" :height="Math.floor((tableHeight - 72) / 3)"> |
|
|
@row-click="rowClickAlready" :row-style="{ height: '28px' }" :height="Math.floor((tableHeight - 72) / 3)"> |
|
|
<el-table-column prop="queueRegisterNumber" label="号" min-width="30" align="center" /> |
|
|
|
|
|
<el-table-column prop="patientName" label="姓名" min-width="80" align="center" /> |
|
|
|
|
|
<el-table-column prop="isVip" label="Vip" min-width="40" align="center"> |
|
|
|
|
|
|
|
|
<el-table-column type="index" label="序" width="30" align="center" /> |
|
|
|
|
|
<el-table-column prop="patientName" label="姓名" width="80" align="center" /> |
|
|
|
|
|
<el-table-column prop="isVip" label="Vip" width="30" align="center"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div style="font-family: 'Microsoft YaHei'"> |
|
|
<div style="font-family: 'Microsoft YaHei'"> |
|
|
{{ scope.row.isVip == "Y" ? "√" : "" }} |
|
|
{{ scope.row.isVip == "Y" ? "√" : "" }} |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
<el-table-column prop="queueRegisterNumber" label="号" min-width="30" align="center" /> |
|
|
</el-table> |
|
|
</el-table> |
|
|
<div style="margin-top: 20px"> |
|
|
<div style="margin-top: 20px"> |
|
|
<div> |
|
|
<div> |
|
|
@ -107,15 +109,16 @@ |
|
|
<div style="display: flex" @contextmenu.prevent="onContextmenu"> |
|
|
<div style="display: flex" @contextmenu.prevent="onContextmenu"> |
|
|
<el-table :data="overNumberDetail" style="width: 100%" border highlight-current-row @row-click="rowClickOver" |
|
|
<el-table :data="overNumberDetail" style="width: 100%" border highlight-current-row @row-click="rowClickOver" |
|
|
:row-style="{ height: '28px' }" :height="Math.floor((tableHeight - 72) / 3)" @row-contextmenu="rClick"> |
|
|
:row-style="{ height: '28px' }" :height="Math.floor((tableHeight - 72) / 3)" @row-contextmenu="rClick"> |
|
|
<el-table-column prop="queueRegisterNumber" label="号" min-width="30" align="center" /> |
|
|
|
|
|
<el-table-column prop="patientName" label="姓名" min-width="80" align="center" /> |
|
|
|
|
|
<el-table-column prop="isVip" label="Vip" min-width="40" align="center"> |
|
|
|
|
|
|
|
|
<el-table-column type="index" label="序" width="30" align="center" /> |
|
|
|
|
|
<el-table-column prop="patientName" label="姓名" width="80" align="center" /> |
|
|
|
|
|
<el-table-column prop="isVip" label="Vip" width="30" align="center"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div style="font-family: 'Microsoft YaHei'"> |
|
|
<div style="font-family: 'Microsoft YaHei'"> |
|
|
{{ scope.row.isVip == "Y" ? "√" : "" }} |
|
|
{{ scope.row.isVip == "Y" ? "√" : "" }} |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
<el-table-column prop="queueRegisterNumber" label="号" width="30" align="center" /> |
|
|
</el-table> |
|
|
</el-table> |
|
|
<div style="margin-top: 20px"> |
|
|
<div style="margin-top: 20px"> |
|
|
<div> |
|
|
<div> |
|
|
|