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
Commit
8eb87481
authored
Mar 11, 2023
by
dlarmor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重构:基础设施 -> 数据源配置功能 权限标识
parent
6359ffe7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
src/views/infra/dataSourceConfig/index.vue
+7
-3
No files found.
src/views/infra/dataSourceConfig/index.vue
View file @
8eb87481
...
...
@@ -3,7 +3,11 @@
<!-- 搜索工作栏 -->
<el-form
:inline=
"true"
label-width=
"68px"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"openModal('create')"
v-hasPermi=
"['infra:config:create']"
>
<el-button
type=
"primary"
@
click=
"openModal('create')"
v-hasPermi=
"['infra:data-source-config:create']"
>
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
新增
</el-button>
</el-form-item>
...
...
@@ -28,7 +32,7 @@
link
type=
"primary"
@
click=
"openModal('update', scope.row.id)"
v-hasPermi=
"['infra:config:update']"
v-hasPermi=
"['infra:
data-source-
config:update']"
>
编辑
</el-button>
...
...
@@ -36,7 +40,7 @@
link
type=
"danger"
@
click=
"handleDelete(scope.row.id)"
v-hasPermi=
"['infra:config:delete']"
v-hasPermi=
"['infra:
data-source-
config:delete']"
>
删除
</el-button>
...
...
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