Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
b1c832d2
authored
Apr 18, 2024
by
芋道源码
Committed by
Gitee
Apr 18, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!429 fix: Permissions filled in incorrectly
Merge pull request !429 from AhJindeg/hotfix/hasPermi
parents
25122530
ac6618a9
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
src/views/infra/apiAccessLog/index.vue
+1
-1
src/views/infra/file/index.vue
+1
-1
src/views/infra/fileConfig/index.vue
+1
-1
src/views/system/loginlog/index.vue
+2
-2
src/views/system/mail/template/index.vue
+1
-1
src/views/system/operatelog/index.vue
+2
-2
src/views/system/post/index.vue
+1
-1
src/views/system/sensitiveWord/index.vue
+2
-2
No files found.
src/views/infra/apiAccessLog/index.vue
View file @
b1c832d2
...
...
@@ -80,7 +80,7 @@
plain
@
click=
"handleExport"
:loading=
"exportLoading"
v-hasPermi=
"['infra:api-
error
-log:export']"
v-hasPermi=
"['infra:api-
access
-log:export']"
>
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
</el-button>
...
...
src/views/infra/file/index.vue
View file @
b1c832d2
...
...
@@ -96,7 +96,7 @@
link
type=
"danger"
@
click=
"handleDelete(scope.row.id)"
v-hasPermi=
"['infra:
config
:delete']"
v-hasPermi=
"['infra:
file
:delete']"
>
删除
</el-button>
...
...
src/views/infra/fileConfig/index.vue
View file @
b1c832d2
...
...
@@ -107,7 +107,7 @@
link
type=
"danger"
@
click=
"handleDelete(scope.row.id)"
v-hasPermi=
"['infra:config:delete']"
v-hasPermi=
"['infra:
file-
config:delete']"
>
删除
</el-button>
...
...
src/views/system/loginlog/index.vue
View file @
b1c832d2
...
...
@@ -47,7 +47,7 @@
plain
@
click=
"handleExport"
:loading=
"exportLoading"
v-hasPermi=
"['infra:
confi
g:export']"
v-hasPermi=
"['infra:
login-lo
g:export']"
>
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
</el-button>
...
...
@@ -85,7 +85,7 @@
link
type=
"primary"
@
click=
"openDetail(scope.row)"
v-hasPermi=
"['infra:
confi
g:query']"
v-hasPermi=
"['infra:
login-lo
g:query']"
>
详情
</el-button>
...
...
src/views/system/mail/template/index.vue
View file @
b1c832d2
...
...
@@ -10,7 +10,7 @@
type=
"primary"
plain
@
click=
"openForm('create')"
v-hasPermi=
"['system:mail-
account
:create']"
v-hasPermi=
"['system:mail-
template
:create']"
>
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
新增
</el-button>
...
...
src/views/system/operatelog/index.vue
View file @
b1c832d2
...
...
@@ -80,7 +80,7 @@
plain
@
click=
"handleExport"
:loading=
"exportLoading"
v-hasPermi=
"['infra:
confi
g:export']"
v-hasPermi=
"['infra:
operate-lo
g:export']"
>
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
</el-button>
...
...
@@ -111,7 +111,7 @@
link
type=
"primary"
@
click=
"openDetail(scope.row)"
v-hasPermi=
"['infra:
confi
g:query']"
v-hasPermi=
"['infra:
operate-lo
g:query']"
>
详情
</el-button>
...
...
src/views/system/post/index.vue
View file @
b1c832d2
...
...
@@ -50,7 +50,7 @@
plain
@
click=
"handleExport"
:loading=
"exportLoading"
v-hasPermi=
"['
infra
:post:export']"
v-hasPermi=
"['
system
:post:export']"
>
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
</el-button>
...
...
src/views/system/sensitiveWord/index.vue
View file @
b1c832d2
...
...
@@ -119,7 +119,7 @@
<el-table-column
align=
"center"
label=
"操作"
>
<
template
#
default=
"scope"
>
<el-button
v-hasPermi=
"['infra:
config
:update']"
v-hasPermi=
"['infra:
sensitive-word
:update']"
link
type=
"primary"
@
click=
"openForm('update', scope.row.id)"
...
...
@@ -127,7 +127,7 @@
编辑
</el-button>
<el-button
v-hasPermi=
"['infra:
config
:delete']"
v-hasPermi=
"['infra:
sensitive-word
:delete']"
link
type=
"danger"
@
click=
"handleDelete(scope.row.id)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment