Commit 881dc3fc authored by 谢凯's avatar 谢凯 Committed by Gitee

update ruoyi-ui/src/views/system/user/profile/userAvatar.vue.

parent 67371a90
...@@ -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: {
// 编辑头像 // 编辑头像
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment