|
|
@@ -19,14 +19,21 @@ type CardKey =
|
|
|
type CardConfig = SummaryCardConfig<CardKey>
|
|
|
|
|
|
const cardConfigs: CardConfig[] = [
|
|
|
- {
|
|
|
- key: 'device',
|
|
|
- title: '设备数',
|
|
|
- icon: 'i-material-symbols:device-hub-rounded',
|
|
|
+ {
|
|
|
+ key: 'todayGas',
|
|
|
+ title: '当日注气量(万方)',
|
|
|
+ icon: 'i-solar:gas-station-linear',
|
|
|
accent: THEME.color.blue.strong,
|
|
|
glow: THEME.color.blue.glow
|
|
|
},
|
|
|
- {
|
|
|
+ {
|
|
|
+ key: 'yearGas',
|
|
|
+ title: '累计注气量(万方)',
|
|
|
+ icon: 'i-solar:database-linear',
|
|
|
+ accent: THEME.color.green.strong,
|
|
|
+ glow: THEME.color.green.glow
|
|
|
+ },
|
|
|
+ {
|
|
|
key: 'utilizationRate',
|
|
|
title: '设备利用率(%)',
|
|
|
icon: 'i-solar:chart-2-linear',
|
|
|
@@ -34,19 +41,15 @@ const cardConfigs: CardConfig[] = [
|
|
|
glow: THEME.color.green.glow
|
|
|
},
|
|
|
{
|
|
|
- key: 'todayGas',
|
|
|
- title: '当日注气量(万方)',
|
|
|
- icon: 'i-solar:gas-station-linear',
|
|
|
+ key: 'device',
|
|
|
+ title: '设备数',
|
|
|
+ icon: 'i-material-symbols:device-hub-rounded',
|
|
|
accent: THEME.color.blue.strong,
|
|
|
glow: THEME.color.blue.glow
|
|
|
},
|
|
|
- {
|
|
|
- key: 'yearGas',
|
|
|
- title: '累计注气量(万方)',
|
|
|
- icon: 'i-solar:database-linear',
|
|
|
- accent: THEME.color.green.strong,
|
|
|
- glow: THEME.color.green.glow
|
|
|
- },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
// {
|
|
|
// key: 'maintain',
|
|
|
// title: '维修工单',
|