排序
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user