mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
feat: 课程新增类型选项
This commit is contained in:
@@ -5,7 +5,6 @@ import https from './confign'
|
|||||||
|
|
||||||
//概览页面考试列表请求接口
|
//概览页面考试列表请求接口
|
||||||
export const boeuExamPageList = (obj) => http.post('/boeu/exam/pageList', obj)
|
export const boeuExamPageList = (obj) => http.post('/boeu/exam/pageList', obj)
|
||||||
|
|
||||||
//概览页面案例列表请求接口
|
//概览页面案例列表请求接口
|
||||||
export const boeuCasePageList = (obj) => http.post('/boeu/case/pageList', obj)
|
export const boeuCasePageList = (obj) => http.post('/boeu/case/pageList', obj)
|
||||||
// 请求组织接口
|
// 请求组织接口
|
||||||
@@ -20,9 +19,7 @@ export const boeuTeachingPageList = (obj) => http.post('/boeu/teaching/pageList'
|
|||||||
export const boeuRoterPageList = (obj) => http.post('/boeu/router/pageList', obj)
|
export const boeuRoterPageList = (obj) => http.post('/boeu/router/pageList', obj)
|
||||||
// 项目列表
|
// 项目列表
|
||||||
export const boeuProjectPageList = (obj) => http.post('/boeu/project/pageList', obj)
|
export const boeuProjectPageList = (obj) => http.post('/boeu/project/pageList', obj)
|
||||||
|
|
||||||
// 学习数据列表
|
// 学习数据列表
|
||||||
export const boeuStudyDataPageList = (obj) => http.post('/boeu/studyData/pageList', obj)
|
export const boeuStudyDataPageList = (obj) => http.post('/boeu/studyData/pageList', obj)
|
||||||
|
|
||||||
// 概览页面 tab头数据
|
// 概览页面 tab头数据
|
||||||
export const boeuAllTotal = (obj) => http.get('/boeu/all/total', obj)
|
export const boeuAllTotal = (obj) => http.get('/boeu/all/total', obj)
|
||||||
|
|||||||
@@ -1036,6 +1036,15 @@ export default {
|
|||||||
align: "center",
|
align: "center",
|
||||||
fixed: "left",
|
fixed: "left",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "分类",
|
||||||
|
dataIndex: "type",
|
||||||
|
ellipsis: true,
|
||||||
|
key: "type",
|
||||||
|
width: 120,
|
||||||
|
align: "center",
|
||||||
|
fixed: "left",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "授课教师",
|
title: "授课教师",
|
||||||
dataIndex: "teacher",
|
dataIndex: "teacher",
|
||||||
|
|||||||
Reference in New Issue
Block a user