mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
Merge remote-tracking branch 'yx/250429-report-wjh' into test20250220
This commit is contained in:
@@ -8,7 +8,7 @@ export const boeuExamPageList = (obj) => http.post('/report/boeu/exam/pageList',
|
|||||||
//概览页面案例列表请求接口
|
//概览页面案例列表请求接口
|
||||||
export const boeuCasePageList = (obj) => http.post('/report/boeu/case/pageList', obj)
|
export const boeuCasePageList = (obj) => http.post('/report/boeu/case/pageList', obj)
|
||||||
// 请求组织接口
|
// 请求组织接口
|
||||||
export const userGetUserOrg = (obj) => https.get(`/report/organization/all/tree`,obj)
|
export const userGetUserOrg = (obj) => https.get(`/organization/all/tree`,obj)
|
||||||
// 请求所属组织接口
|
// 请求所属组织接口
|
||||||
export const userInfo = (obj) => https.post('/report/user/info', obj)
|
export const userInfo = (obj) => https.post('/report/user/info', obj)
|
||||||
// 课程列表接口
|
// 课程列表接口
|
||||||
|
|||||||
@@ -905,7 +905,7 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "创建人",
|
title: "创建人",
|
||||||
dataIndex: "creator",
|
dataIndex: "createName",
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
width: 120,
|
width: 120,
|
||||||
align: "center",
|
align: "center",
|
||||||
@@ -1316,8 +1316,8 @@ export default {
|
|||||||
columns.value = [
|
columns.value = [
|
||||||
{
|
{
|
||||||
title: "课程名称",
|
title: "课程名称",
|
||||||
dataIndex: "offcourseName",
|
dataIndex: "offCourseName",
|
||||||
key: "offcourseName",
|
key: "offCourseName",
|
||||||
width: 120,
|
width: 120,
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
align: "left",
|
align: "left",
|
||||||
|
|||||||
Reference in New Issue
Block a user