用户编辑限制
This commit is contained in:
parent
ccf101167a
commit
bcb0c77111
|
@ -46,6 +46,7 @@
|
|||
min-width="200"></el-table-column>
|
||||
<el-table-column v-if="getColumnVisibility('actions')" label="操作" min-width="200"
|
||||
align="center">
|
||||
<!-- 用户编辑限制 -->
|
||||
<template #default="scope">
|
||||
<el-tooltip v-if="scope.row.isLocked" content="此用户无法被编辑或删除">
|
||||
<el-button type="text" size="small" disabled>
|
||||
|
|
Loading…
Reference in New Issue