diff --git a/ui/src/views/system/user-manage/index.vue b/ui/src/views/system/user-manage/index.vue
index 1cbee816c..33387f594 100644
--- a/ui/src/views/system/user-manage/index.vue
+++ b/ui/src/views/system/user-manage/index.vue
@@ -71,6 +71,11 @@
{{ row.phone || '-' }}
+
+
+
+
+
{{
@@ -152,7 +157,7 @@ import {MsgSuccess, MsgConfirm} from '@/utils/message'
import {t} from '@/locales'
import {ValidCount, ValidType} from "@/enums/common.ts";
import useStore from "@/stores";
-const {common } = useStore()
+const {user, common} = useStore()
const search_type = ref('name')
const search_form = ref<{
name: string
@@ -227,7 +232,8 @@ function createUser() {
.then(() => {
window.open('https://maxkb.cn/pricing.html', '_blank')
})
- .catch(() => {})
+ .catch(() => {
+ })
}
})
}