人生啊人生 3 months ago
parent
commit
f13bfae085
1 changed files with 1 additions and 1 deletions
  1. 1 1
      user_web/src/view/admin/ManageSchool.vue

+ 1 - 1
user_web/src/view/admin/ManageSchool.vue

@@ -502,7 +502,7 @@ onMounted(function() {
                     <el-table-column label="操作">
                         <template #default="scope">
                             <el-button link type="success" @click="btnManage(scope.row)">管理学院</el-button>
-                            <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>