update: 修改大屏体检数据假数据

This commit is contained in:
xf
2025-08-13 10:34:01 +08:00
parent c512766e95
commit 7510588122
@@ -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',