|
@@ -63,7 +63,7 @@
|
|
|
<el-table-column width="220" label="监考老师">
|
|
|
<span slot-scope="scope">{{ scope.row.name }}</span>
|
|
|
</el-table-column>
|
|
|
- <el-table-column :context="_self" label="操作" width="210">
|
|
|
+ <el-table-column :context="_self" label="操作" width="210" fixed="right">
|
|
|
<div slot-scope="scope">
|
|
|
<el-button size="mini" type="primary" plain @click="edit(scope.row)">
|
|
|
编辑
|