|
@@ -19,21 +19,21 @@ type CardKey =
|
|
|
type CardConfig = SummaryCardConfig<CardKey>
|
|
type CardConfig = SummaryCardConfig<CardKey>
|
|
|
|
|
|
|
|
const cardConfigs: CardConfig[] = [
|
|
const cardConfigs: CardConfig[] = [
|
|
|
- {
|
|
|
|
|
|
|
+ {
|
|
|
key: 'todayGas',
|
|
key: 'todayGas',
|
|
|
title: '当日注气量(万方)',
|
|
title: '当日注气量(万方)',
|
|
|
icon: 'i-solar:gas-station-linear',
|
|
icon: 'i-solar:gas-station-linear',
|
|
|
accent: THEME.color.blue.strong,
|
|
accent: THEME.color.blue.strong,
|
|
|
glow: THEME.color.blue.glow
|
|
glow: THEME.color.blue.glow
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
|
|
+ {
|
|
|
key: 'yearGas',
|
|
key: 'yearGas',
|
|
|
title: '累计注气量(万方)',
|
|
title: '累计注气量(万方)',
|
|
|
icon: 'i-solar:database-linear',
|
|
icon: 'i-solar:database-linear',
|
|
|
accent: THEME.color.green.strong,
|
|
accent: THEME.color.green.strong,
|
|
|
glow: THEME.color.green.glow
|
|
glow: THEME.color.green.glow
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
|
|
+ {
|
|
|
key: 'utilizationRate',
|
|
key: 'utilizationRate',
|
|
|
title: '设备利用率(%)',
|
|
title: '设备利用率(%)',
|
|
|
icon: 'i-solar:chart-2-linear',
|
|
icon: 'i-solar:chart-2-linear',
|
|
@@ -48,8 +48,6 @@ const cardConfigs: CardConfig[] = [
|
|
|
glow: THEME.color.blue.glow
|
|
glow: THEME.color.blue.glow
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
// {
|
|
// {
|
|
|
// key: 'maintain',
|
|
// key: 'maintain',
|
|
|
// title: '维修工单',
|
|
// title: '维修工单',
|
|
@@ -354,7 +352,7 @@ onMounted(() => {
|
|
|
<span></span>
|
|
<span></span>
|
|
|
<span></span>
|
|
<span></span>
|
|
|
</div>
|
|
</div>
|
|
|
- 工单情况
|
|
|
|
|
|
|
+ 运行概况
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="summary-panel__grid grid grid-cols-7 flex-1">
|
|
<div class="summary-panel__grid grid grid-cols-7 flex-1">
|