diff --git a/src/views/led/index.vue b/src/views/led/index.vue index 9be2a05..04c6c75 100644 --- a/src/views/led/index.vue +++ b/src/views/led/index.vue @@ -131,49 +131,52 @@ { title: '出诊时间', width: 180, - align: 'center' + align: 'center', + dataIndex: 'aSDate', + key: 'aSDate' }, { title: '科室', - dataIndex: 'name', - key: 'name', + dataIndex: 'aSLOCDesc', + key: 'aSLOCDesc', align: 'center', ellipsis: true, width: 180 }, { title: '时段', - dataIndex: 'type', - key: 'type', + dataIndex: 'aSTimeRange', + key: 'aSTimeRange', align: 'center', width: 120 }, { title: '医生', - dataIndex: 'images', - key: 'images', + dataIndex: 'aSDoctor', + key: 'aSDoctor', width: 120, align: 'center' }, { - title: '职称', - dataIndex: 'categoryId', - key: 'categoryId', + title: '号别', + dataIndex: 'aSmedicalTitle', + key: 'aSmedicalTitle', align: 'center', width: 180 }, { - title: '替诊医生', - dataIndex: 'status', - key: 'status', + title: '剩余号源', + dataIndex: 'remanentResource', + key: 'remanentResource', align: 'center', width: 120 }, { - title: '替诊职称', - key: 'action', + title: '诊区位置', + key: 'aSLocPosition', width: 120, - align: 'center' + align: 'center', + dataIndex: 'aSLocPosition' } ]);