diff --git a/src/views/emergency/bigScreenOther/currencyOther.data.ts b/src/views/emergency/bigScreenOther/currencyOther.data.ts index 7246fab..55184eb 100644 --- a/src/views/emergency/bigScreenOther/currencyOther.data.ts +++ b/src/views/emergency/bigScreenOther/currencyOther.data.ts @@ -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',