From 233b2724f297cd52807eebfa3c547d6fe5187c70 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期一, 08 九月 2025 08:26:18 +0800 Subject: [PATCH] feat(zhitan-system): 修正数据项查询条件并添加环保视图 --- zhitan-vue/src/views/system/user/profile/userAvatar.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zhitan-vue/src/views/system/user/profile/userAvatar.vue b/zhitan-vue/src/views/system/user/profile/userAvatar.vue index 94b898e..4d59d5c 100644 --- a/zhitan-vue/src/views/system/user/profile/userAvatar.vue +++ b/zhitan-vue/src/views/system/user/profile/userAvatar.vue @@ -46,7 +46,7 @@ <el-button icon="RefreshRight" @click="rotateRight()"></el-button> </el-col> <el-col :lg="{ span: 2, offset: 6 }" :md="2"> - <!-- <el-button type="primary" @click="uploadImg()">鎻� 浜�</el-button> --> + <el-button type="primary" @click="uploadImg()">鎻� 浜�</el-button> </el-col> </el-row> </el-dialog> -- Gitblit v1.9.3