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