|
@@ -369,14 +369,14 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|
|
- <el-button
|
|
|
|
|
|
+ <!-- <el-button
|
|
type="text"
|
|
type="text"
|
|
@click="removeCourse(scope.row)"
|
|
@click="removeCourse(scope.row)"
|
|
v-permission="
|
|
v-permission="
|
|
'courseSchedule/batchDelete?page=teamCourseList'
|
|
'courseSchedule/batchDelete?page=teamCourseList'
|
|
"
|
|
"
|
|
>删除</el-button
|
|
>删除</el-button
|
|
- >
|
|
|
|
|
|
+ > -->
|
|
<el-button
|
|
<el-button
|
|
type="text"
|
|
type="text"
|
|
v-if="permission('teamCourseList/details')"
|
|
v-if="permission('teamCourseList/details')"
|