Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_sys_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
91isoft_sys_web
Commits
93bf00b1
Commit
93bf00b1
authored
Jul 08, 2022
by
zhangyichen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into demo1
parents
a55637e7
86f7ebf7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
14 deletions
+3
-14
AppMain.vue
src/layout/components/AppMain.vue
+1
-1
data.vue
src/views/system/dict/data.vue
+0
-11
index.vue
src/views/system/dict/index.vue
+2
-2
No files found.
src/layout/components/AppMain.vue
View file @
93bf00b1
...
...
@@ -47,7 +47,7 @@ export default {
// fix css style bug in open el-dialog
.el-popup-parent--hidden
{
.fixed-header
{
padding-right
:
15px
;
//
padding-right: 15px;
}
}
</
style
>
src/views/system/dict/data.vue
View file @
93bf00b1
...
...
@@ -47,17 +47,6 @@
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['sys:dict:update']"
type=
"success"
icon=
"el-icon-edit"
size=
"mini"
:disabled=
"single"
@
click=
"handleUpdate"
>
修改
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<el-button
v-hasPermi=
"['sys:dict:delete']"
...
...
src/views/system/dict/index.vue
View file @
93bf00b1
...
...
@@ -61,7 +61,7 @@
v-hasPermi=
"['sys:dict:add']"
type=
"primary"
icon=
"el-icon-plus"
size=
"
small
"
size=
"
mini
"
@
click=
"handleAdd"
>
新增
</el-button>
</el-col>
...
...
@@ -92,7 +92,7 @@
v-hasPermi=
"['sys:dict:export']"
type=
"success"
icon=
"el-icon-download"
size=
"
small
"
size=
"
mini
"
@
click=
"handleExport"
>
导出
</el-button>
</el-col>
...
...
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