快捷入口开发中
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column align="center" label="操作" fixed="right" width="400">
|
||||
<el-table-column align="center" label="操作" fixed="right" width="200">
|
||||
<template #default="scope">
|
||||
<el-tooltip v-if="scope.row.userId !== 1" content="修改" placement="top">
|
||||
<el-button v-hasPermi="['system:user:edit']" link type="primary" icon="Edit" @click="handleUpdate(scope.row)"></el-button>
|
||||
|
||||
Reference in New Issue
Block a user