修改部分字段
This commit is contained in:
@@ -53,7 +53,7 @@ export default {
|
||||
{ unit: "利润总额·万元", targetValue: 16, currentValue: 15.2, progress: 85 },
|
||||
{ unit: "毛利率·%", targetValue: 16, currentValue: 15.2, progress: 85 },
|
||||
{ unit: "销量·万㎡", targetValue: 20, currentValue: 16, progress: 80 },
|
||||
{ unit: "双镀销量·万㎡", targetValue: 15, currentValue: 13.8, progress: 92 }
|
||||
{ unit: "销量_双镀面板·万㎡", targetValue: 15, currentValue: 13.8, progress: 92 }
|
||||
],
|
||||
// 拖拽相关状态
|
||||
isDragging: false, // 是否正在拖拽
|
||||
|
||||
@@ -56,7 +56,7 @@ export default {
|
||||
progress: 80
|
||||
},
|
||||
{
|
||||
unit: "双镀销量·万㎡",
|
||||
unit: "销量_双镀面板·万㎡",
|
||||
targetValue: 15,
|
||||
currentValue: 13.8,
|
||||
progress: 92
|
||||
|
||||
Reference in New Issue
Block a user