|
|
@@ -52,15 +52,14 @@ const defaultStats: StatItem[] = [
|
|
|
charts: [],
|
|
|
trend: 0
|
|
|
},
|
|
|
- // {
|
|
|
- // key: 'prod',
|
|
|
- // title: '生产日报',
|
|
|
- // icon: 'i-material-symbols:calendar-today-outline',
|
|
|
- // total: 0,
|
|
|
- // completed: 0,
|
|
|
- // incomplete: 0,
|
|
|
- // trend: 0
|
|
|
- // },
|
|
|
+ {
|
|
|
+ key: 'rb',
|
|
|
+ title: '生产日报',
|
|
|
+ icon: 'i-material-symbols:calendar-today-outline',
|
|
|
+ total: 0,
|
|
|
+ charts: [],
|
|
|
+ trend: 0
|
|
|
+ },
|
|
|
{
|
|
|
key: 'wx',
|
|
|
title: '维修工单',
|
|
|
@@ -133,7 +132,9 @@ const labelMap = {
|
|
|
yx2: '执行中',
|
|
|
yx3: '填写中',
|
|
|
by1: '未保养',
|
|
|
- by2: '已保养'
|
|
|
+ by2: '已保养',
|
|
|
+ rb0: '未完成',
|
|
|
+ rb1: '已完成'
|
|
|
}
|
|
|
|
|
|
// 模拟数据加载
|