|
@ -48,11 +48,11 @@ Vue.component('reservation-situation', {
|
|
|
{ label: '性别', prop: 'sex', width: '90' },
|
|
|
{ label: '手机号', prop: 'hospitalName', width: '130' },
|
|
|
{ label: '地址', prop: 'doctorName', width: '140' },
|
|
|
{ label: '是否签约', prop: 'orgName', width: '90' },
|
|
|
{ label: '社区医院', prop: 'doctor_name', width: '140' },
|
|
|
{ label: '签约医生', prop: 'deptName', width: '90' },
|
|
|
{ label: '自助预约次数', prop: 'startTime', width: '100' },
|
|
|
{ label: '医生代预约次数', prop: 'ascvd', width: '100' },
|
|
|
{ label: '是否签约', prop: 'isSign', width: '90' },
|
|
|
{ label: '社区医院', prop: 'hospitalName', width: '140' },
|
|
|
{ label: '签约医生', prop: 'doctorName', width: '90' },
|
|
|
{ label: '自助预约次数', prop: 'order1Times', width: '100' },
|
|
|
{ label: '医生代预约次数', prop: 'order2Times', width: '100' },
|
|
|
],
|
|
|
page: 1,
|
|
|
size: 10,
|