This commit is contained in:
2022-12-12 10:27:32 +08:00
parent 45a0415848
commit f3c181ba88
4 changed files with 11 additions and 7 deletions

View File

@@ -11226,7 +11226,7 @@ const _sfc_main$1v = defineComponent({
const input = ref();
watch(() => props.modelValue, () => {
console.log(input);
if (!input.hasFocus() && props.qfw) {
if (!input.value.hasFocus() && props.qfw) {
currentValue.value = formatMoney(props.modelValue.toString());
return;
}
@@ -11342,7 +11342,9 @@ const _sfc_main$1v = defineComponent({
onFocus,
onBlur,
onCompositionstart,
onCompositionend
onCompositionend,
ref_key: "input",
ref: input
}, null, 40, _hoisted_5$p),
__props.password && unref(hasContent) ? (openBlock(), createElementBlock("span", {
key: 1,