diff --git a/src/components/Modules/BeltSpecificationCalculate.vue b/src/components/Modules/BeltSpecificationCalculate.vue index 1d52a34..7f2830c 100644 --- a/src/components/Modules/BeltSpecificationCalculate.vue +++ b/src/components/Modules/BeltSpecificationCalculate.vue @@ -86,19 +86,19 @@ diff --git a/src/components/Modules/MultiLayerPaperTapeWidthAngleCalculate.vue b/src/components/Modules/MultiLayerPaperTapeWidthAngleCalculate.vue index 0af0b5c..e9dea00 100644 --- a/src/components/Modules/MultiLayerPaperTapeWidthAngleCalculate.vue +++ b/src/components/Modules/MultiLayerPaperTapeWidthAngleCalculate.vue @@ -137,13 +137,13 @@ {{ $t('paperGrammage') }} {{ $t('cumulativeThickness') }} {{ $t('angle') }} - {{ $t('paperWidth') }} + {{ $t('paperTapeWidth') }} {{ record.layer }} - {{ record.grammage.value.toFixed(2) }} {{ record.grammage.unit }} + {{ record.grammage.value }} {{ record.grammage.unit }} {{ record.cumulativeThickness.value.toFixed(2) }} {{ record.cumulativeThickness.unit }} {{ record.angle.value.toFixed(2) }} {{ record.angle.unit }} {{ record.paperWidth.value.toFixed(2) }} {{ record.paperWidth.unit }} diff --git a/src/components/Modules/PaperTubeWeightCalculate.vue b/src/components/Modules/PaperTubeWeightCalculate.vue index 92163b9..319022d 100644 --- a/src/components/Modules/PaperTubeWeightCalculate.vue +++ b/src/components/Modules/PaperTubeWeightCalculate.vue @@ -96,13 +96,13 @@ diff --git a/src/components/ParamInputField.vue b/src/components/ParamInputField.vue index cb7ca16..e09ac59 100644 --- a/src/components/ParamInputField.vue +++ b/src/components/ParamInputField.vue @@ -3,6 +3,7 @@ density="compact" :disabled="disabled" hide-details + hide-spin-buttons :label="label" :model-value="modelValue.value.toString()" :suffix="modelValue.unit" diff --git a/src/locale/en.json b/src/locale/en.json index 14f3658..495ad64 100644 --- a/src/locale/en.json +++ b/src/locale/en.json @@ -1,17 +1,17 @@ { "appTitle": "Paper Tube Production Calculator", - "beltSpecificationCalculate": "Belt Specification Calculate", - "multiLayerPaperTapeWidthAngleCalculate": "MultiLayer Paper Tape Width Angle Calculate", + "beltSpecificationCalculate": "Belt Specification", + "multiLayerPaperTapeWidthAngleCalculate": "MultiLayer Paper Tape Width & Angle", "paperCoreDiameter": "Paper core diameter", "paperDensity": "Paper density", "paperGrammage": "Grammage", "paperRollExternalDiameter": "Paper roll external diameter", "paperRollLength": "Paper roll length", "paperRollWallThickness": "Paper roll wall thickness", - "paperRollWeightLengthCalculate": "Paper Roll Weight Length Calculate", - "paperTapeWidthAngleCalculate": "Paper Tape Width Angle Calculate", - "paperTubeProductionCalculate": "Paper Tube Production Calculate", - "paperTubeWeightCalculate": "Paper Tube Weight Calculate", + "paperRollWeightLengthCalculate": "Paper Roll Weight Length", + "paperTapeWidthAngleCalculate": "Paper Tape Width & Angle", + "paperTubeProductionCalculate": "Paper Tube Production", + "paperTubeWeightCalculate": "Paper Tube Weight", "parameters": "Parameters", "productionAmount": "Production amount", "reset": "Reset", @@ -70,5 +70,6 @@ "allRightsReserved": "All Rights Reserved", "close": "Close", "officialWebsite": "Official website", - "loading": "Loading" + "loading": "Loading", + "paperTapeWidth": "Paper tape width" } diff --git a/src/locale/zh.json b/src/locale/zh.json index a9fd39f..7ebde29 100644 --- a/src/locale/zh.json +++ b/src/locale/zh.json @@ -70,5 +70,6 @@ "allRightsReserved": "版权所有", "close": "关闭", "officialWebsite": "官方网站", - "loading": "加载中" + "loading": "加载中", + "paperTapeWidth": "纸带宽度" }