Compare commits

...

2 Commits

  1. 4
      jeecgboot-vue3/src/views/system/loginmini/MiniLogin.vue
  2. 8
      jeecgboot-vue3/src/views/system/usersetting/BaseSetting.vue

@ -212,8 +212,8 @@
//
const formData = reactive<any>({
inputCode: '',
username: 'admin',
password: '123456',
username: '',
password: '',
});
//
const phoneFormData = reactive<any>({

@ -39,10 +39,10 @@
<span class="gray-75 item-label">性别</span>
<span class="gray-3">{{ userInfo.sexText }}</span>
</div>
<div class="margin-bottom-10 nowarp font-size-13">
<span class="gray-75 item-label">职位</span>
<span class="gray-3">{{ userInfo.postText ? userInfo.postText : "未填写" }}</span>
</div>
<!-- <div class="margin-bottom-10 nowarp font-size-13">-->
<!-- <span class="gray-75 item-label">职位</span>-->
<!-- <span class="gray-3">{{ userInfo.postText ? userInfo.postText : "未填写" }}</span>-->
<!-- </div>-->
<div class="font-size-13">
<span class="item-label"></span>
<span class="item-label pointer" style="color:#1e88e5" @click="openEditModal">编辑</span>

Loading…
Cancel
Save