This commit is contained in:
kron
2025-08-05 15:17:19 +08:00
parent dabc598eee
commit 4b9fe45ad2
11 changed files with 21 additions and 9 deletions

View File

@@ -117,7 +117,7 @@ onMounted(() => {
value || itemTexts[itemIndex]
}}</text>
<text :style="{ opacity: expand ? 0 : 1 }" v-if="itemIndex === 1">{{
value ? value + "" : itemTexts[itemIndex]
value && value > 0 ? value + "米" : itemTexts[itemIndex]
}}</text>
<text :style="{ opacity: expand ? 0 : 1 }" v-if="itemIndex === 2">{{
value || itemTexts[itemIndex]