Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
881dc3fc
Commit
881dc3fc
authored
Mar 22, 2021
by
谢凯
Committed by
Gitee
Mar 22, 2021
Browse files
update ruoyi-ui/src/views/system/user/profile/userAvatar.vue.
parent
67371a90
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
View file @
881dc3fc
...
@@ -81,6 +81,14 @@ export default {
...
@@ -81,6 +81,14 @@ export default {
},
},
previews
:
{}
previews
:
{}
};
};
},
created
()
{
// 显隐列组件默认隐藏列
for
(
let
item
in
this
.
columns
)
{
if
(
this
.
columns
[
item
].
visible
===
false
)
{
this
.
value
.
push
(
parseInt
(
item
))
}
}
},
},
methods
:
{
methods
:
{
// 编辑头像
// 编辑头像
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment