|
@@ -69,8 +69,8 @@ const defaultStats: StatItem[] = [
|
|
|
title: '维修成本',
|
|
title: '维修成本',
|
|
|
icon: 'i-material-symbols:home-repair-service-outline',
|
|
icon: 'i-material-symbols:home-repair-service-outline',
|
|
|
class: {
|
|
class: {
|
|
|
- bg1: 'bg-[var(--el-color-success-light-9)]',
|
|
|
|
|
- bg2: 'bg-[var(--el-color-success-light-8)]',
|
|
|
|
|
|
|
+ bg1: 'bg-[var(--el-color-success-light-7)]',
|
|
|
|
|
+ bg2: 'bg-[var(--el-color-success-light-5)]',
|
|
|
text: 'text-[var(--el-color-success)]'
|
|
text: 'text-[var(--el-color-success)]'
|
|
|
},
|
|
},
|
|
|
value: 0,
|
|
value: 0,
|
|
@@ -81,8 +81,8 @@ const defaultStats: StatItem[] = [
|
|
|
title: '保养成本',
|
|
title: '保养成本',
|
|
|
icon: 'i-material-symbols:construction-rounded',
|
|
icon: 'i-material-symbols:construction-rounded',
|
|
|
class: {
|
|
class: {
|
|
|
- bg1: 'bg-[var(--el-color-primary-light-9)]',
|
|
|
|
|
- bg2: 'bg-[var(--el-color-primary-light-8)]',
|
|
|
|
|
|
|
+ bg1: 'bg-[var(--el-color-primary-light-7)]',
|
|
|
|
|
+ bg2: 'bg-[var(--el-color-primary-light-5)]',
|
|
|
text: 'text-[var(--el-color-primary)]'
|
|
text: 'text-[var(--el-color-primary)]'
|
|
|
},
|
|
},
|
|
|
value: 0,
|
|
value: 0,
|
|
@@ -93,8 +93,8 @@ const defaultStats: StatItem[] = [
|
|
|
title: '委外维修',
|
|
title: '委外维修',
|
|
|
icon: 'i-material-symbols:work-outline',
|
|
icon: 'i-material-symbols:work-outline',
|
|
|
class: {
|
|
class: {
|
|
|
- bg1: 'bg-[var(--el-color-warning-light-9)]',
|
|
|
|
|
- bg2: 'bg-[var(--el-color-warning-light-8)]',
|
|
|
|
|
|
|
+ bg1: 'bg-[var(--el-color-warning-light-7)]',
|
|
|
|
|
+ bg2: 'bg-[var(--el-color-warning-light-5)]',
|
|
|
text: 'text-[var(--el-color-warning)]'
|
|
text: 'text-[var(--el-color-warning)]'
|
|
|
},
|
|
},
|
|
|
value: 0,
|
|
value: 0,
|
|
@@ -181,8 +181,8 @@ watch(
|
|
|
:top-id="156"
|
|
:top-id="156"
|
|
|
:deptId="156"
|
|
:deptId="156"
|
|
|
v-model="query.deptId"
|
|
v-model="query.deptId"
|
|
|
- title="队伍"
|
|
|
|
|
:init-select="false"
|
|
:init-select="false"
|
|
|
|
|
+ :show-title="false"
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="grid grid-rows-[1fr_32px] gap-4">
|
|
<div class="grid grid-rows-[1fr_32px] gap-4">
|