qfw
This commit is contained in:
@@ -141,8 +141,9 @@ const _sfc_main = defineComponent({
|
||||
}
|
||||
if (props.qfw) {
|
||||
try {
|
||||
console.log("\u6DFB\u52A0\uFF0C", new Number(props.modelValue).toLocaleString());
|
||||
currentValue.value = new Number(props.modelValue).toLocaleString();
|
||||
let reg = /\d{1,3}(?=(\d{3})+$)/g;
|
||||
console.log("\u6DFB\u52A0\uFF0C", new String(props.modelValue).replace(reg, "$&,"));
|
||||
currentValue.value = new String(props.modelValue).replace(reg, "$&,");
|
||||
} catch {
|
||||
currentValue.value = "\u8F93\u5165\u9519\u8BEF";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user