feat: 增加项目盈亏和问题反馈

This commit is contained in:
砂糖
2025-08-20 13:44:05 +08:00
parent 384c4a7e38
commit f5ab69a431
11 changed files with 1445 additions and 42 deletions

View File

@@ -131,8 +131,9 @@ export default {
},
onInput(e) {
// 触发v-model
this.$emit('input', e.detail.html);
this.$emit('update:value', e.detail.html);
console.log(e)
this.$emit('input', e.html);
this.$emit('update:value', e.html);
},
onAt(e) {
addAt({ username: e.name, userid: e.id }, () => {