备课
This commit is contained in:
parent
d235b5367d
commit
2f1f3bfb8b
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user