qiuhongwu 5 months ago
parent 66b15b22c4
commit 00f16701ab

@ -11,11 +11,11 @@
<div class="down">
<div class="percent">
<div class="item bg-color-black">
<span>生产订单达成率</span>
<span>订单达成率</span>
<dv-water-level-pond :config="config" style="width:100px;height:100px" />
</div>
<div class="item bg-color-black">
<span>订单交付</span>
<span>订单合格</span>
<dv-water-level-pond :config="config1" style="width:100px;height:100px" />
</div>
</div>

@ -71,11 +71,11 @@ export default {
return {
config: {
header: [
"生产单",
"生产单",
"产品名称",
"计划数量",
"订单数量",
"合格品数量",
"不合格数量",
"剩余天数",
"生产进度%",
],
// data: [],
@ -133,7 +133,7 @@ export default {
evenRowBGC: "#171c33", //
// index: true,
columnWidth: [120, 300, 110, 110, 110, 110], //
columnWidth: [130, 250, 120, 120, 120, 120], //
align: ["center"],
},
moDetailShow: false,

Loading…
Cancel
Save