diff --git a/ruoyi-ui/src/api/system/user.js b/ruoyi-ui/src/api/system/user.js index eb9f106..ac5c9c9 100644 --- a/ruoyi-ui/src/api/system/user.js +++ b/ruoyi-ui/src/api/system/user.js @@ -135,7 +135,6 @@ export function deptTreeSelect() { }) } - // 清除评分账号 export function delUserPingfen(pcIds) { return request({ @@ -143,3 +142,12 @@ export function delUserPingfen(pcIds) { method: 'delete' }) } + +// 查询用户列表 +export function ldUserlist(query) { + return request({ + url: '/system/user/ldUserlist', + method: 'get', + params: query + }) +} diff --git a/ruoyi-ui/src/views/kaohe/pingce/index.vue b/ruoyi-ui/src/views/kaohe/pingce/index.vue index 8611b36..3477bac 100644 --- a/ruoyi-ui/src/views/kaohe/pingce/index.vue +++ b/ruoyi-ui/src/views/kaohe/pingce/index.vue @@ -87,7 +87,7 @@ v-hasPermi="['system:user:remove']" >清除评分账号 - + 多任务评分账号生成 + + 多任务评分账号查看 + @@ -149,6 +160,7 @@ size="mini" type="text" icon="el-icon-user-solid" + v-hasPermi="['system:user:add']" @click="handleAddsUser(scope.row)" >生成评分账号 @@ -156,6 +168,7 @@ size="mini" type="text" icon="el-icon-view" + v-hasPermi="['system:user:list']" @click="viewUser(scope.row)" >查看评分账号 @@ -624,26 +637,69 @@ + + +
+ 清除评分账号 + + + + + + + + + + + + + + + + +
+
+