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