Fix: 修正部分默认值 & 修正部分文本

This commit is contained in:
2025-07-19 15:38:15 +08:00
parent 6b7ef4c994
commit c646e572d9
10 changed files with 12 additions and 8 deletions

View File

@ -27,7 +27,7 @@
<param-input-field
v-model="paperCoreDiameter"
:disabled="recordList.length > 0"
:label="$t('paperCoreDiameter')"
:label="$t('paperTubeInnerDiameter')"
/>
</v-col>
<v-col cols="12">
@ -175,7 +175,7 @@
}
const paperCoreDiameter = ref<Param>(createParam(76.2, 'mm'))
const bottomPaperWidth = ref<Param>(createParam(100, 'mm'))
const bottomPaperWidth = ref<Param>(createParam(105, 'mm'))
const paperGrammage = ref<Param>(createParam(420, 'g_per_m2'))
const paperDensity = ref<Param>(createParam(0.76, 'g_per_cm3'))