From 75105881225b18ab887b96a8e02300137877940c Mon Sep 17 00:00:00 2001 From: xf Date: Wed, 13 Aug 2025 10:34:01 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E6=94=B9=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E4=BD=93=E6=A3=80=E6=95=B0=E6=8D=AE=E5=81=87=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bigScreenOther/currencyOther.data.ts | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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',