forked from integrated_whb/integrated_whb_vue
🐛 课件资源管理路由
parent
f9aa36fc15
commit
b9f0889fed
|
@ -102,7 +102,7 @@ export default [
|
|||
component: "platform_resource_library/courseware/video",
|
||||
},
|
||||
{
|
||||
path: "/platform_resource_library/courseware/view",
|
||||
path: "/platform_resource_library/courseware/video/view",
|
||||
meta: {
|
||||
title: "课件习题",
|
||||
activeMenu: "/platform_resource_library/courseware/video",
|
||||
|
@ -121,7 +121,7 @@ export default [
|
|||
component: "platform_resource_library/courseware/data",
|
||||
},
|
||||
{
|
||||
path: "/platform_resource_library/courseware/view",
|
||||
path: "/platform_resource_library/courseware/data/view",
|
||||
meta: {
|
||||
title: "课件习题",
|
||||
activeMenu: "/platform_resource_library/courseware/data",
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
link
|
||||
@click="
|
||||
router.push({
|
||||
path: '/platform_resource_library/courseware/view',
|
||||
path: '/platform_resource_library/courseware/data/view',
|
||||
query: {
|
||||
COURSE_ID: row.DATACOURSEWARE_ID, // 课件ID
|
||||
COURSE_TYPE: '2', // 课件类型(1:视频课件、2:资料课件)
|
||||
|
|
|
@ -101,7 +101,6 @@
|
|||
<el-table-column label="操作" width="130">
|
||||
<template v-slot="{ row }">
|
||||
<el-button
|
||||
v-if="buttonJurisdiction.edit"
|
||||
type="primary"
|
||||
text
|
||||
link
|
||||
|
@ -111,13 +110,12 @@
|
|||
添加
|
||||
</el-button>
|
||||
<el-button
|
||||
v-if="buttonJurisdiction.edit"
|
||||
type="primary"
|
||||
text
|
||||
link
|
||||
@click="
|
||||
router.push({
|
||||
path: '/platform_resource_library/courseware/view',
|
||||
path: '/platform_resource_library/courseware/video/view',
|
||||
query: {
|
||||
COURSE_ID: row.VIDEOCOURSEWARE_ID, // 课件ID
|
||||
COURSE_TYPE: '1', // 课件类型(1:视频课件、2:资料课件)
|
||||
|
|
Loading…
Reference in New Issue