Fix: 调整页面文本 & 修改国际化文本

This commit is contained in:
2025-07-18 10:21:39 +08:00
parent 22caff155b
commit cb743741d2
6 changed files with 18 additions and 15 deletions

View File

@ -137,13 +137,13 @@
<th>{{ $t('paperGrammage') }}</th>
<th>{{ $t('cumulativeThickness') }}</th>
<th>{{ $t('angle') }}</th>
<th>{{ $t('paperWidth') }}</th>
<th>{{ $t('paperTapeWidth') }}</th>
</tr>
</thead>
<transition-group name="fade" tag="tbody">
<tr v-for="(record, index) in recordList" :key="index" class="table-row-item">
<td>{{ record.layer }}</td>
<td>{{ record.grammage.value.toFixed(2) }} {{ record.grammage.unit }}</td>
<td>{{ record.grammage.value }} {{ record.grammage.unit }}</td>
<td>{{ record.cumulativeThickness.value.toFixed(2) }} {{ record.cumulativeThickness.unit }}</td>
<td>{{ record.angle.value.toFixed(2) }} {{ record.angle.unit }}</td>
<td>{{ record.paperWidth.value.toFixed(2) }} {{ record.paperWidth.unit }}</td>