|
@@ -170,7 +170,7 @@
|
|
|
|
|
|
|
|
<el-card class="box-card" style="height: 60%; margin-top: 15px">
|
|
<el-card class="box-card" style="height: 60%; margin-top: 15px">
|
|
|
<div slot="header" class="clearfix">
|
|
<div slot="header" class="clearfix">
|
|
|
- <span>班组维修消耗趋势</span>
|
|
|
|
|
|
|
+ <span>维修消耗趋势</span>
|
|
|
<!-- <el-radio-group
|
|
<!-- <el-radio-group
|
|
|
style="margin-left: 15px"
|
|
style="margin-left: 15px"
|
|
|
v-model="timeType"
|
|
v-model="timeType"
|
|
@@ -393,7 +393,7 @@
|
|
|
type: 'line',
|
|
type: 'line',
|
|
|
smooth: true
|
|
smooth: true
|
|
|
};
|
|
};
|
|
|
- }, data.wxxhqsGroupVOList[0]?.yearAndMonthList)
|
|
|
|
|
|
|
+ }), data.wxxhqsGroupVOList[0]?.yearAndMonthList
|
|
|
);
|
|
);
|
|
|
},
|
|
},
|
|
|
async queryGroupName() {
|
|
async queryGroupName() {
|