diff --git a/src/views/workbench/index.vue b/src/views/workbench/index.vue index bdf9c02..2c71806 100644 --- a/src/views/workbench/index.vue +++ b/src/views/workbench/index.vue @@ -73,7 +73,7 @@
预约时间:{{ item.appointTime }}
@@ -150,7 +150,7 @@ -
+
@@ -201,7 +201,7 @@
-
{{ role_id == '1839536982874193922' ? '各单位提报统计' : '各班组提报统计' }}
+
{{ (role_id == '1839536982874193922'||role_id == '1867020647911350274') ? '各单位提报统计' : '各班组提报统计' }}
选择时间: @@ -416,8 +416,8 @@ export default { this.getOverviewList() this.getlimsInspecChart() this.getFaultRatio() - // this.createProblemEcharts() - // this.createProbabilityEcharts() + // this.createProblemEcharts() + // this.createProbabilityEcharts() this.calssOption = { "step": 0.2, // 数值越大速度滚动越快 "limitMoveNum": 4, // 开始无缝滚动的数据量 this.dataList.length @@ -564,7 +564,7 @@ export default { this.$router.push("/labManagement/inspectionManagement") } } - + }, createBarEcharts() { var myChart = this.$echarts.init(document.getElementById('bar_echart')); @@ -1415,6 +1415,6 @@ export default { } } } - + } - \ No newline at end of file +