报表新增

This commit is contained in:
‘937886381’
2024-04-19 11:07:14 +08:00
parent 22f8322baf
commit ecf6745c8a
9 changed files with 2496 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-07-19 15:18:30
* @LastEditors: zhp
* @LastEditTime: 2024-04-17 16:08:08
* @LastEditTime: 2024-04-18 08:42:00
* @Description:
-->
<template>
@@ -53,10 +53,11 @@
op.planQuantity }}</span>
</span>
<span v-if="op.actualQuantity" class="orderFinish"
style="font-size: 14px;opacity: calc(.6);margin-left: 130px;">{{
style="font-size: 14px;margin-left: 130px;">{{
op.actualQuantity
}}</span>
<el-divider class="split" v-if="op.actualQuantity" direction="vertical"></el-divider>
<el-divider class="split" style="background-color: rgba(0, 255, 247, 1)" v-if="op.actualQuantity"
direction="vertical"></el-divider>
<!-- </div> -->
<el-progress style="width: 620px;" text-color="rgba(0, 255, 247, 1)" :stroke-width="10"
define-back-color="rgba(32, 57, 96, 1)" :percentage="op.progressRate" class="custom-progress-bar" />
@@ -867,7 +868,7 @@ export default {
margin-left: 8px;
opacity:calc(.6);
margin-right: 8px;
background-color: rgba(0, 255, 247, 1);
background-color: #C8CDD7;
// border: 1px solid #C8CDD7;
}
.myLegend {