🐛 课件资源管理路由

pull/1/head
duhang 2024-01-05 18:35:33 +08:00
parent f9aa36fc15
commit b9f0889fed
3 changed files with 4 additions and 6 deletions

View File

@ -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",

View File

@ -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:)

View File

@ -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:)