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