修改用户管理显示

This commit is contained in:
jacky 2024-04-22 12:58:35 +08:00
parent 8dc946e81d
commit 1d8b06b863
1 changed files with 1 additions and 1 deletions

View File

@ -38,9 +38,9 @@
</el-table-column>
<el-table-column label="操作" min-width="120" fixed="right">
<template #default="scope">
<el-button type="primary" link icon="delete" @click="deleteUserFunc(scope.row)" />
<el-button type="primary" link icon="edit" @click="openEdit(scope.row)" />
<el-button type="primary" link icon="Tools" @click="resetPasswordFunc(scope.row)" />
<el-button type="danger" link icon="delete" @click="deleteUserFunc(scope.row)" />
</template>
</el-table-column>
</el-table>