led
This commit is contained in:
@@ -131,49 +131,52 @@
|
|||||||
{
|
{
|
||||||
title: '出诊时间',
|
title: '出诊时间',
|
||||||
width: 180,
|
width: 180,
|
||||||
align: 'center'
|
align: 'center',
|
||||||
|
dataIndex: 'aSDate',
|
||||||
|
key: 'aSDate'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '科室',
|
title: '科室',
|
||||||
dataIndex: 'name',
|
dataIndex: 'aSLOCDesc',
|
||||||
key: 'name',
|
key: 'aSLOCDesc',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
width: 180
|
width: 180
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '时段',
|
title: '时段',
|
||||||
dataIndex: 'type',
|
dataIndex: 'aSTimeRange',
|
||||||
key: 'type',
|
key: 'aSTimeRange',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 120
|
width: 120
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '医生',
|
title: '医生',
|
||||||
dataIndex: 'images',
|
dataIndex: 'aSDoctor',
|
||||||
key: 'images',
|
key: 'aSDoctor',
|
||||||
width: 120,
|
width: 120,
|
||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '职称',
|
title: '号别',
|
||||||
dataIndex: 'categoryId',
|
dataIndex: 'aSmedicalTitle',
|
||||||
key: 'categoryId',
|
key: 'aSmedicalTitle',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 180
|
width: 180
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '替诊医生',
|
title: '剩余号源',
|
||||||
dataIndex: 'status',
|
dataIndex: 'remanentResource',
|
||||||
key: 'status',
|
key: 'remanentResource',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 120
|
width: 120
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '替诊职称',
|
title: '诊区位置',
|
||||||
key: 'action',
|
key: 'aSLocPosition',
|
||||||
width: 120,
|
width: 120,
|
||||||
align: 'center'
|
align: 'center',
|
||||||
|
dataIndex: 'aSLocPosition'
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user