Commit 43657a0e authored by chenfenglei's avatar chenfenglei

添加班级页面备注列

parent aedb1d17
......@@ -200,6 +200,12 @@
{{ scope.row.weight}}
</template>
</el-table-column>
<el-table-column
label="备注">
<template slot-scope="scope">
{{ scope.row.desc}}
</template>
</el-table-column>
<el-table-column label="操作" width="320">
<template slot-scope="scope">
<el-button type="warning" size="mini" @click="editPrivilege(scope.row)">编辑</el-button>
......
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