perf: 资产账号更新时不能修改用户名

This commit is contained in:
“huailei000”
2023-02-16 16:23:33 +08:00
committed by huailei
parent 39d213d149
commit 44ca4e7620

View File

@@ -88,6 +88,9 @@ export default {
}
},
username: {
el: {
disabled: !!this.account?.name
},
on: {
input: ([value], updateForm) => {
this.usernameChanged = true