This commit is contained in:
2022-12-15 10:16:30 +08:00
parent c299e62f38
commit 059cab17c6
4 changed files with 4 additions and 4 deletions

View File

@@ -11218,7 +11218,7 @@ const _sfc_main$1v = defineComponent({
if (r) {
return z + "." + r;
} else {
return isNaN(z) ? 0 : z;
return isNaN(parseInt(z)) ? 0 : z;
}
};
watch(() => props.type, () => {