htc 2 روز پیش
والد
کامیت
6a16924e9a
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 1 1
      src/views/main-sidebar.vue
  2. 2 1
      src/views/modules/agent/user.vue

+ 1 - 1
src/views/main-sidebar.vue

@@ -30,7 +30,7 @@
         <img src="@/assets/images/agent/avatar.png">
         <div class="name">
           <span>{{ $store.state.user.realName }}</span>
-          <span class="type" v-if="$store.state.user.superAdmin===1">{{ 管理员 }}</span>
+          <span class="type" v-if="$store.state.user.superAdmin===1">{{ '管理员' }}</span>
           <span class="type" v-else>{{ $store.state.user.qualificationType }}</span>
         </div>
       </div>

+ 2 - 1
src/views/modules/agent/user.vue

@@ -139,7 +139,8 @@
         page:1,
         limit:10,
         realName:'',
-        mobile:''
+        mobile:'',
+        userType:1
     })
     const userList = ref([1])
     const loading = ref(false)