This commit is contained in:
2025-12-25 13:17:47 +08:00
parent 268f8994ca
commit 9d5896dc86

View File

@@ -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'
}
]);