细节调整

This commit is contained in:
kron
2026-01-06 14:41:45 +08:00
parent 3d13f7c880
commit 4275f608fe
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ const loadData = async () => {
};
const strengthText = computed(() => {
return strength === 10 ? "重度" : strength <= 6 ? "中度" : "轻度";
return strength.value > 10 ? "重度" : strength.value >= 6 ? "中度" : "轻度";
});
watch(