From a7f16e7bfc7802777f7da404dcfe101483f38917 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 09 Feb 2026 17:24:29 +0800
Subject: [PATCH] 条款修改
---
src/views/work/onlineEducation/people/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/work/onlineEducation/people/index.vue b/src/views/work/onlineEducation/people/index.vue
index 085894c..54d8ca2 100644
--- a/src/views/work/onlineEducation/people/index.vue
+++ b/src/views/work/onlineEducation/people/index.vue
@@ -56,7 +56,7 @@
<template #default="scope">
<el-button link type="primary" @click="openDialog('edit',scope.row)" v-hasPermi="['onlineEducationPeople:list:edit']">编辑</el-button>
<el-button link type="danger" @click="handleDelete(scope.row)" v-hasPermi="['onlineEducationPeople:list:del']">删除</el-button>
- <el-button link type="primary" @click="openDialog('pwd',scope.row)" v-hasPermi="['onlineEducationPeople:list:edit']">修改密码</el-button>
+<!-- <el-button link type="primary" @click="openDialog('pwd',scope.row)" v-hasPermi="['onlineEducationPeople:list:edit']">修改密码</el-button>-->
</template>
</el-table-column>
</el-table>
--
Gitblit v1.9.2