运维学堂 删除无用多选
This commit is contained in:
parent
b2996ca9c0
commit
5827acd015
@ -89,8 +89,7 @@
|
|||||||
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
||||||
<!-- </el-row>-->
|
<!-- </el-row>-->
|
||||||
|
|
||||||
<el-table v-loading="loading" :data="courseOnlineList" @selection-change="handleSelectionChange">
|
<el-table v-loading="loading" :data="courseOnlineList">
|
||||||
<el-table-column type="selection" width="55" align="center" />
|
|
||||||
<el-table-column label="课程名称" align="center" prop="className" />
|
<el-table-column label="课程名称" align="center" prop="className" />
|
||||||
<el-table-column label="课程类型" align="center" prop="classType">
|
<el-table-column label="课程类型" align="center" prop="classType">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
@ -76,8 +76,7 @@
|
|||||||
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
||||||
<!-- </el-row>-->
|
<!-- </el-row>-->
|
||||||
|
|
||||||
<el-table v-loading="loading" :data="courseVideoList" @selection-change="handleSelectionChange">
|
<el-table v-loading="loading" :data="courseVideoList">
|
||||||
<el-table-column type="selection" width="55" align="center" />
|
|
||||||
<el-table-column label="课程名称" align="center" prop="courseName" />
|
<el-table-column label="课程名称" align="center" prop="courseName" />
|
||||||
<el-table-column label="课程类型" align="center" prop="courseType">
|
<el-table-column label="课程类型" align="center" prop="courseType">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
@ -76,8 +76,7 @@
|
|||||||
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>-->
|
||||||
<!-- </el-row>-->
|
<!-- </el-row>-->
|
||||||
|
|
||||||
<el-table v-loading="loading" :data="documentList" @selection-change="handleSelectionChange">
|
<el-table v-loading="loading" :data="documentList">
|
||||||
<el-table-column type="selection" width="55" align="center" />
|
|
||||||
<el-table-column label="培训资料名称" align="center" prop="docName" />
|
<el-table-column label="培训资料名称" align="center" prop="docName" />
|
||||||
<el-table-column label="培训资料类型" align="center" prop="docType">
|
<el-table-column label="培训资料类型" align="center" prop="docType">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
Loading…
Reference in New Issue
Block a user