|
|
@@ -23,7 +23,7 @@
|
|
|
<span class="fs-xl text mx-2 mb-1 pl-3">关键工序直通率</span>
|
|
|
<dv-scroll-ranking-board class="dv-scr-rank-board mt-1" :config="ranking" ref="scroll-ranking-board"/>
|
|
|
</div>
|
|
|
- <div class="percent">
|
|
|
+ <!-- <div class="percent">
|
|
|
<div class="item bg-color-black">
|
|
|
<span>首检合格率</span>
|
|
|
<CenterChart
|
|
|
@@ -43,13 +43,13 @@
|
|
|
<div class="water">
|
|
|
<dv-water-level-pond class="dv-wa-le-po" :config="water" />
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import CenterChart from '@/components/echart/center/centerChartRate'
|
|
|
+//import CenterChart from '@/components/echart/center/centerChartRate'
|
|
|
|
|
|
export default {
|
|
|
data() {
|
|
|
@@ -101,7 +101,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
components: {
|
|
|
- CenterChart
|
|
|
+ // CenterChart
|
|
|
},
|
|
|
mounted () {
|
|
|
this.drawTimingFn();
|
|
|
@@ -164,7 +164,7 @@ export default {
|
|
|
}
|
|
|
);
|
|
|
//饼图pie,首检合格率,巡检合格率
|
|
|
- await this.$http.get("kanban/datalist.action?caller=PieCheckRate&_noc=1&page=1&pageSize=100&condition=1=1")
|
|
|
+ /* await this.$http.get("kanban/datalist.action?caller=PieCheckRate&_noc=1&page=1&pageSize=100&condition=1=1")
|
|
|
.then((result)=>{
|
|
|
let dataList = JSON.parse(result.data.data);
|
|
|
this.rate[0].tips = dataList[0].firstcheckrate;
|
|
|
@@ -172,9 +172,9 @@ export default {
|
|
|
},(result)=>{
|
|
|
console.error(result)
|
|
|
}
|
|
|
- );
|
|
|
+ );*/
|
|
|
//水波图,首检合格率,巡检合格率
|
|
|
- await this.$http.get("kanban/datalist.action?caller=WaterCheckRate&_noc=1&page=1&pageSize=100&condition=1=1")
|
|
|
+ /* await this.$http.get("kanban/datalist.action?caller=WaterCheckRate&_noc=1&page=1&pageSize=100&condition=1=1")
|
|
|
.then((result)=>{
|
|
|
let dataList = JSON.parse(result.data.data);
|
|
|
let waterdatas = new Array();
|
|
|
@@ -184,7 +184,7 @@ export default {
|
|
|
},(result)=>{
|
|
|
console.error(result)
|
|
|
}
|
|
|
- );
|
|
|
+ );*/
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -223,7 +223,7 @@ export default {
|
|
|
}
|
|
|
.ranking {
|
|
|
padding: 10px;
|
|
|
- width: 59%;
|
|
|
+ width: 100%;
|
|
|
.dv-scr-rank-board {
|
|
|
height: 225px;
|
|
|
}
|