Feature: 为多层纸带计算添加Excel导出功能

This commit is contained in:
2025-07-12 14:28:56 +08:00
parent 1fc9e226a7
commit 13a1c7f3cf
6 changed files with 454 additions and 12 deletions

View File

@ -42,7 +42,6 @@
"50_120Series": "50, 120 series",
"200_Series": "200 series",
"600_Series": "600 series",
"new_50_120Series": "New 50, 200 series",
"new_200_Series": "New 200 series",
"custom": "Customize",
"recommendBeltLength": "Recommended belt length",
@ -54,6 +53,13 @@
"remove": "Remove",
"add": "Add",
"layer": "Layer",
"cumulative Thickness": "Cumulative thickness",
"angle": "Angle"
"angle": "Angle",
"new_120Series": "New 120 Series",
"cumulativeThickness": "Cumulative thickness",
"reference": "Reference",
"minimum": "Minimum",
"maximum": "Maximum",
"calculatedValue": "Calculated value",
"fit": "FIT",
"notFit": "NOT FIT"
}

View File

@ -42,7 +42,6 @@
"50_120Series": "50、120系列",
"200_Series": "200系列",
"600_Series": "600系列",
"new_50_120Series": "新50、200系列",
"new_200_Series": "新200系列",
"custom": "自定义",
"recommendBeltThickness": "推荐皮带厚度",
@ -54,6 +53,13 @@
"remove": "移除",
"add": "新增",
"layer": "层数",
"cumulative Thickness": "累计厚度",
"angle": "角度"
"angle": "度",
"new_120Series": "新120系列",
"cumulativeThickness": "累计厚度",
"reference": "参考区间",
"minimum": "最大值",
"maximum": "最小值",
"calculatedValue": "计算值",
"fit": "符合",
"notFit": "不符合"
}