财务凭证管理

This commit is contained in:
砂糖
2025-08-13 17:48:09 +08:00
parent c0a2461d13
commit 9a660b910b
5 changed files with 187 additions and 76 deletions

View File

@@ -16,6 +16,8 @@
return this.value;
},
set(value) {
console.log(value, 'value');
this.$emit('change', value);
this.$emit('input', value);
}
}