mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +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 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)
|
||||
// 课程列表接口
|
||||
|
||||
@@ -905,7 +905,7 @@ export default {
|
||||
},
|
||||
{
|
||||
title: "创建人",
|
||||
dataIndex: "creator",
|
||||
dataIndex: "createName",
|
||||
ellipsis: true,
|
||||
width: 120,
|
||||
align: "center",
|
||||
@@ -1316,8 +1316,8 @@ export default {
|
||||
columns.value = [
|
||||
{
|
||||
title: "课程名称",
|
||||
dataIndex: "offcourseName",
|
||||
key: "offcourseName",
|
||||
dataIndex: "offCourseName",
|
||||
key: "offCourseName",
|
||||
width: 120,
|
||||
ellipsis: true,
|
||||
align: "left",
|
||||
|
||||
Reference in New Issue
Block a user