mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
隐藏操作
This commit is contained in:
@@ -56,17 +56,17 @@
|
|||||||
width="100px"
|
width="100px"
|
||||||
prop="score"
|
prop="score"
|
||||||
></el-table-column>
|
></el-table-column>
|
||||||
<el-table-column
|
<!-- <el-table-column
|
||||||
label="操作"
|
label="操作"
|
||||||
align="center"
|
align="center"
|
||||||
width="150px"
|
width="150px"
|
||||||
prop="cz"
|
prop="cz"
|
||||||
fixed="right"
|
fixed="right"
|
||||||
>
|
>
|
||||||
<!-- <template v-slot="scope">
|
<template v-slot="scope">
|
||||||
<el-button type="primary" size="small">导出学员信息</el-button>
|
<el-button type="primary" size="small">导出学员信息</el-button>
|
||||||
</template> -->
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user