祖安之光
昨天 8ac227433e801e899bbd424bbf1a2fc78405685e
修改新增
已修改1个文件
2 ■■■ 文件已修改
src/views/work/onlineEducation/people/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>