diff --git a/src/api/system/user/index.ts b/src/api/system/user/index.ts index 43c0d6e..a140036 100644 --- a/src/api/system/user/index.ts +++ b/src/api/system/user/index.ts @@ -95,3 +95,7 @@ export const updateUserStatus = (id: number, status: number) => { export const getSimpleUserList = (): Promise => { return request.get({ url: '/system/user/simple-list' }) } +// 获取用户精简信息列表 +export const getSimpleUserListPage = (params: PageParam): Promise => { + return request.get({ url: '/system/user/page', params }) +} diff --git a/src/locales/en.ts b/src/locales/en.ts index 5327d22..9fbaa2f 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -486,6 +486,7 @@ export default { invitationType: 'Invitation Type', placeInvitationType: 'Please select invitation type', allocationUser: 'Assigned Employee', + placeAllocationDept: 'Please select assigned department', placeAllocationUser: 'Please select assigned employee', yesterdayCoins: 'YesterdayCoins', search: 'Search', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index fb933ba..2d3115f 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -486,6 +486,7 @@ export default { invitationType: '邀请类型', placeInvitationType: '请选择邀请类型', allocationUser: '分配员工', + placeAllocationDept: '请选择部门', placeAllocationUser: '请选择分配的员工', yesterdayCoins: '昨日金币', search: '搜索', diff --git a/src/views/server/newhosts/index.vue b/src/views/server/newhosts/index.vue index 370642c..931ea07 100644 --- a/src/views/server/newhosts/index.vue +++ b/src/views/server/newhosts/index.vue @@ -201,10 +201,16 @@ - - - - +
+ + + + + + +