|
|
@@ -10,7 +10,7 @@
|
|
|
<el-card>
|
|
|
<template #header>
|
|
|
<el-space align="center">
|
|
|
- <el-button type="primary" @click="openAddSingleDrawer" v-permission="{ action: [PERM_USER.ACCOUNT_MANAGE] }">
|
|
|
+ <el-button type="primary" @click="openAddSingleDrawer" v-permission="PERM_USER.ACCOUNT_MANAGE">
|
|
|
<template #icon>
|
|
|
<el-icon>
|
|
|
<Plus />
|
|
|
@@ -19,7 +19,13 @@
|
|
|
添加用户
|
|
|
</el-button>
|
|
|
|
|
|
- <el-button color="#1890FF" @click="openAddMultipleDrawer" style="margin-left: 18px" plain>
|
|
|
+ <el-button
|
|
|
+ color="#1890FF"
|
|
|
+ @click="openAddMultipleDrawer"
|
|
|
+ style="margin-left: 18px"
|
|
|
+ plain
|
|
|
+ v-permission="PERM_USER.ACCOUNT_MANAGE"
|
|
|
+ >
|
|
|
<template #icon>
|
|
|
<el-icon>
|
|
|
<DocumentAdd />
|