src/views/unifiedManage/userManage/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/unifiedManage/userManage/index.vue
@@ -31,6 +31,7 @@ <template slot-scope="scope"> <el-button @click="viewClick(scope.row)" type="text" size="small">查看</el-button> <el-button @click="approveClick(scope.row)" type="text" size="small">审核</el-button> <el-button @click="approveClick(scope.row)" type="text" size="small">启用</el-button> <el-button @click="editClick(scope.row)" type="text" size="small">编辑</el-button> </template> </el-table-column>