feat:任务批量删除弹窗 概览 获取规则 设置编辑 共享文档

This commit is contained in:
songwc
2022-11-14 18:18:57 +08:00
parent db70b9033d
commit c7dc4dd6e0
6 changed files with 702 additions and 439 deletions

View File

@@ -22,4 +22,7 @@ export const studentProcess = (obj) => http.get('/admin/project/studentProcess',
export const topStudent = (obj) => http.post('/admin/project/topStudent', obj)
//项目概览
export const overview = (obj) => http.get('/admin/project/overview', { params: obj })
export const overview = (obj) => http.get('/admin/project/overview', { params: obj })
//设置项目积分规则
export const setScoreRule = (obj) => http.post('/admin/project/setScoreRule', obj)