Commit 3d85ecf0 by lizhi

优化

parent 152d0fd0
...@@ -67,11 +67,11 @@ ...@@ -67,11 +67,11 @@
</template> </template>
</el-table-column> --> </el-table-column> -->
<el-table-column label="选课" align="center"> <el-table-column label="选课" align="center" width="100px">
<template slot-scope="scope">{{ scope.$index + 1 }}</template> <template slot-scope="scope">{{ scope.$index + 1 }}</template>
</el-table-column> </el-table-column>
<el-table-column label="年份" align="center"> <el-table-column label="年份" align="center" width="100px">
<template slot-scope="scope">{{ scope.row.yearTime }}</template> <template slot-scope="scope">{{ scope.row.yearTime }}</template>
</el-table-column> </el-table-column>
<!-- <el-table-column label="年级" align="center"> <!-- <el-table-column label="年级" align="center">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment