diff --git a/src/data/pages.js b/src/data/pages.js index 326c476e..87de1d28 100644 --- a/src/data/pages.js +++ b/src/data/pages.js @@ -31,6 +31,7 @@ export const pages=[ {title:'课程管理',path:'manage',component:'course/ManageList',hidden:false}, {title:'课程管理',path:'coursemanage',component:'course/CourseManage',hidden:true}, {title:'课程管理新版',path:'manage-remote',component:'course/ManageListRemote',hidden:false}, + {title:'课程管理新版',path:'coursemanage-remote',component:'course/CourseManageRemote',hidden:true}, {title:'课程统计',path:'stat',component:'course/StatIndex',hidden:false}, {title:'课件管理',path:'courseware',component:'course/Courseware',hidden:false}, {title:'报名管理',path:'msignup',component:'study/ManageSignup',hidden:true}, @@ -120,6 +121,7 @@ export const iframes=[ {title:'课件管理', path:'/iframe/course/coursewares',hidden:false,component:'course/Courseware'}, {title:'课程管理', path:'/iframe/course/manages',hidden:false,component:'course/ManageList'}, {title:'课程管理新版', path:'/iframe/course/manage-remote',hidden:false,component:'course/ManageListRemote'}, + {title:'课程管理新版', path:'/iframe/course/coursemanage-remote',hidden:false,component:'course/CourseManageRemote'}, {title:'考试试题管理', path:'/iframe/exam/questions',hidden:false,component:'exam/Question'}, {title:'查看答卷', path:'/iframe/exam/viewanswer',hidden:false,component:'exam/viewAnswer'}, {title:'考试试卷管理', path:'/iframe/exam/papers',hidden:false,component:'exam/TestPaper'}, diff --git a/src/views/course/CourseManageRemote.vue b/src/views/course/CourseManageRemote.vue new file mode 100644 index 00000000..5026c967 --- /dev/null +++ b/src/views/course/CourseManageRemote.vue @@ -0,0 +1,32 @@ + + + + + + diff --git a/src/views/course/ManageListRemote.vue b/src/views/course/ManageListRemote.vue index 437d1b0e..0e882429 100644 --- a/src/views/course/ManageListRemote.vue +++ b/src/views/course/ManageListRemote.vue @@ -49,7 +49,6 @@ - @@ -57,14 +56,13 @@ -
- 搜索 + 查询 重置 {{ showAdvancedFilter ? '收起' : '展开' }} @@ -81,14 +79,12 @@
- - @@ -130,14 +126,13 @@ -
- 搜索 + 查询 重置 {{ showAdvancedFilter ? '收起' : '展开' }} @@ -211,11 +206,6 @@ {{ scope.row.enabled == true ? '启用' : '停用' }} - - -