修改用户管理显示
This commit is contained in:
parent
8dc946e81d
commit
1d8b06b863
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue