Commit 19764596 by Mr. Lan

fix bug.

parent 4b0c5103
Showing with 1 additions and 1 deletions
......@@ -131,7 +131,7 @@
@click="handleUpdate(scope.row)"
>编辑</el-button>
<el-button
v-if="scope.row.userId !== 1"
v-if="scope.row.username !== 'admin'"
v-permisaction="['system:sysuser:remove']"
size="mini"
type="text"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment