|
@@ -189,7 +189,12 @@
|
|
<el-table-column prop="id" label="ID" width="60" />
|
|
<el-table-column prop="id" label="ID" width="60" />
|
|
<el-table-column prop="name" label="课程名称" width="220" />
|
|
<el-table-column prop="name" label="课程名称" width="220" />
|
|
<el-table-column prop="code" label="课程代码" />
|
|
<el-table-column prop="code" label="课程代码" />
|
|
- <el-table-column prop="updateTime" label="更新时间" width="170" />
|
|
|
|
|
|
+ <el-table-column
|
|
|
|
+ sortable
|
|
|
|
+ prop="updateTime"
|
|
|
|
+ label="更新时间"
|
|
|
|
+ width="170"
|
|
|
|
+ />
|
|
<el-table-column label="操作" width="120">
|
|
<el-table-column label="操作" width="120">
|
|
<span slot-scope="scope">
|
|
<span slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
@@ -265,7 +270,12 @@
|
|
<el-table-column prop="id" label="ID" width="60"> </el-table-column>
|
|
<el-table-column prop="id" label="ID" width="60"> </el-table-column>
|
|
<el-table-column prop="code" label="专业代码"> </el-table-column>
|
|
<el-table-column prop="code" label="专业代码"> </el-table-column>
|
|
<el-table-column prop="name" label="专业名称"> </el-table-column>
|
|
<el-table-column prop="name" label="专业名称"> </el-table-column>
|
|
- <el-table-column prop="updateTime" label="更新时间" width="170">
|
|
|
|
|
|
+ <el-table-column
|
|
|
|
+ sortable
|
|
|
|
+ prop="updateTime"
|
|
|
|
+ label="更新时间"
|
|
|
|
+ width="170"
|
|
|
|
+ >
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="操作" width="300">
|
|
<el-table-column label="操作" width="300">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -597,7 +607,6 @@ export default {
|
|
},
|
|
},
|
|
handleCurrentChange(val) {
|
|
handleCurrentChange(val) {
|
|
this.currentPage = val;
|
|
this.currentPage = val;
|
|
- this.currentPage = 1;
|
|
|
|
this.searchForm();
|
|
this.searchForm();
|
|
},
|
|
},
|
|
handleCourseCurrentChange(val) {
|
|
handleCourseCurrentChange(val) {
|