update: 修改大屏体检数据假数据
This commit is contained in:
@@ -211,7 +211,7 @@ const hmedicalColumns: BasicColumn[] = [
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '心血管异常人数',
|
||||
title: '冠脉CTA异常人数',
|
||||
dataIndex: 'cardiovaAbCount',
|
||||
rewriting: true,
|
||||
rewroteCell: {
|
||||
@@ -219,21 +219,21 @@ const hmedicalColumns: BasicColumn[] = [
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '脑血管异常人数',
|
||||
title: '头颅CTA异常人数',
|
||||
dataIndex: 'cerebrovAbCount',
|
||||
rewriting: true,
|
||||
rewroteCell: {
|
||||
type: 'input',
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '冠状CT异常人数',
|
||||
dataIndex: 'cctaAbCount',
|
||||
rewriting: true,
|
||||
rewroteCell: {
|
||||
type: 'input',
|
||||
},
|
||||
},
|
||||
// {
|
||||
// title: '冠状CT异常人数',
|
||||
// dataIndex: 'cctaAbCount',
|
||||
// rewriting: true,
|
||||
// rewroteCell: {
|
||||
// type: 'input',
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// title: '状态',
|
||||
// dataIndex: 'status',
|
||||
|
||||
Reference in New Issue
Block a user