qiuhongwu 5 months ago
parent 66b15b22c4
commit 00f16701ab

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

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

Loading…
Cancel
Save