|
@@ -461,11 +461,11 @@ const btnDetail = (res) => {
|
|
|
<el-table-column align="center" type="selection" width="110" />
|
|
|
<el-table-column prop="name" label="账号" />
|
|
|
<el-table-column prop="name" label="姓名" />
|
|
|
- <el-table-column prop="orgName" label="班级" />
|
|
|
- <el-table-column prop="orgName" label="状态" />
|
|
|
+ <!-- <el-table-column prop="orgName" label="班级" />
|
|
|
+ <el-table-column prop="orgName" label="状态" /> -->
|
|
|
<el-table-column label="操作">
|
|
|
<template #default="scope">
|
|
|
- <el-button link type="primary" @click="btnDetail(scope.row)">详情</el-button>
|
|
|
+ <el-button link type="primary" @click="btnDetail(scope.row)">编辑</el-button>
|
|
|
<el-popconfirm :title="`你确定删除${scope.row.name}吗?`" @confirm="btnDel(scope.row)">
|
|
|
<template #reference>
|
|
|
<el-button link type="danger" style="margin-left: 3rem">移除</el-button>
|