修改部分字段

This commit is contained in:
2026-08-28 15:42:53 +08:00
parent bafe23a43c
commit 85870cb528
13 changed files with 21 additions and 21 deletions

View File

@@ -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, // 是否正在拖拽

View File

@@ -56,7 +56,7 @@ export default {
progress: 80
},
{
unit: "双镀销量·万㎡",
unit: "销量_双镀面板·万㎡",
targetValue: 15,
currentValue: 13.8,
progress: 92