This commit is contained in:
zhanglipeng
2021-08-13 11:59:46 +08:00
parent 7e9cab51e5
commit f618f66c3d
8 changed files with 12 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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