费用支出

This commit is contained in:
wangxiaoxian 2026-03-15 21:20:53 +08:00
parent f701467e69
commit 05a875606f
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ export default {
// //
const userInfo = getUserInfo() const userInfo = getUserInfo()
if (userInfo && userInfo.username) { if (userInfo && userInfo.nickname) {
this.expenseForm.operator = userInfo.username this.expenseForm.operator = userInfo.nickname
} }
}, },
methods: { methods: {