|
@ -43,10 +43,10 @@ Vue.component('xx-situation', {
|
|
|
tableData: [],
|
|
|
tableHeader: [
|
|
|
{ label: '患者姓名', prop: 'patientName', width: '110' },
|
|
|
{ label: '身份证号', prop: 'idcard ', width: '110' },
|
|
|
{ label: '身份证号', prop: 'idcard', width: '110' },
|
|
|
{ label: '签约医院', prop: 'hospitalName', width: '180' },
|
|
|
{ label: '签约医生', prop: 'doctorName', width: '110' },
|
|
|
{ label: '提醒类型', prop: 'type', width: '110' },
|
|
|
{ label: '提醒类型', prop: 'typeName', width: '110' },
|
|
|
{ label: '消息推送时间', prop: 'createTime', width: '110' },
|
|
|
{ label: '出院下转时间', prop: 'turnTime', width: '110' },
|
|
|
{ label: '消息推送人', prop: 'senderName', width: '110' }
|