This commit is contained in:
zhanglipeng 2021-08-16 16:44:36 +08:00
parent d235b5367d
commit 2f1f3bfb8b
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<router-link <router-link
:to="'/benyi_course/thememonthplan/data/' + scope.row.id" :to="'/benyi_course/thememonthplanprint/table/' + scope.row.id"
class="link-type" class="link-type"
> >
<span>{{ scope.row.name }}</span> <span>{{ scope.row.name }}</span>

View File

@ -140,7 +140,7 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<router-link <router-link
:to="'/benyi_course/themeweekplan/data/' + scope.row.id" :to="'/benyi_course/themeweekplanprint/table/' + scope.row.id"
class="link-type" class="link-type"
> >
<span>{{ scope.row.name }}</span> <span>{{ scope.row.name }}</span>