qfw
This commit is contained in:
@@ -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, () => {
|
||||
|
||||
Reference in New Issue
Block a user