|
|
@@ -8,9 +8,6 @@
|
|
|
<span class="fs-xxl text mx-2 fw-b">设备维保执行情况</span>
|
|
|
</div>
|
|
|
<div class="body-box">
|
|
|
- <div class="d-flex jc-center body-box">
|
|
|
- <dv-scroll-board :config="config" ref="scroll-board" />
|
|
|
- </div>
|
|
|
<div class="percent mt-2">
|
|
|
<div class="item " v-for="item in rate"
|
|
|
:key="item.id">
|
|
|
@@ -21,6 +18,9 @@
|
|
|
:colorObj="item.colorData"
|
|
|
/>
|
|
|
</div>
|
|
|
+ <div class="d-flex jc-center body-box">
|
|
|
+ <dv-scroll-board :config="config" ref="scroll-board" />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -42,8 +42,8 @@ import CenterChart from "../../components/prodlinechart/up1Chart/up1DChart";
|
|
|
headerBGC: 'rgba(15,19,37,0.1)', //表头
|
|
|
oddRowBGC: 'rgba(15,19,37,0.1)', //奇数行
|
|
|
evenRowBGC: 'rgba(23,28,51,0.1)', //偶数行
|
|
|
- columnWidth: [100,200, 100,100],
|
|
|
- align: ['center','center','center'],
|
|
|
+ columnWidth: [100,180, 110,110],
|
|
|
+ align: ['center','center','center','center'],
|
|
|
},
|
|
|
timing:null,
|
|
|
rate: [
|