Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
Project
Project
Details
Activity
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
耿迪迪
gassafety-progress
Commits
c1cc3e46
Commit
c1cc3e46
authored
Feb 23, 2022
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
台账管理新增按钮权限
parent
b88c76ba
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
7 deletions
+1
-7
equipment.png
gassafetyprogress-web/src/assets/equipment.png
+0
-0
index.vue
gassafetyprogress-web/src/views/index.vue
+1
-1
index.vue
...typrogress-web/src/views/standingBook/equipment/index.vue
+0
-2
index.vue
...afetyprogress-web/src/views/standingBook/hidden/index.vue
+0
-2
index.vue
...fetyprogress-web/src/views/standingBook/trouble/index.vue
+0
-2
No files found.
gassafetyprogress-web/src/assets/equipment.png
View replaced file @
b88c76ba
View file @
c1cc3e46
5.57 KB
|
W:
|
H:
5.76 KB
|
W:
|
H:
2-up
Swipe
Onion skin
gassafetyprogress-web/src/views/index.vue
View file @
c1cc3e46
...
...
@@ -52,7 +52,7 @@
<div
class=
"div-col1"
>
<el-card>
<div
style=
"width: 50%;height: 100%; text-align: center;float: left;font-size: 15px;"
>
<img
src=
"../assets/equipment.png"
width=
"1
4
%"
style=
"margin-top: 2.5rem;"
>
<img
src=
"../assets/equipment.png"
width=
"1
5
%"
style=
"margin-top: 2.5rem;"
>
<p>
安全装置
</p>
</div>
<div
style=
"width: 50%;height: 100%;text-align: center;line-height: 8rem;float: right;font-size: 2.5rem;font-family: 'UnidreamLED';"
>
{{
totalObj
.
equipmentTotal
}}
</div>
...
...
gassafetyprogress-web/src/views/standingBook/equipment/index.vue
View file @
c1cc3e46
...
...
@@ -56,7 +56,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['standingBook:equipment:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -67,7 +66,6 @@
size=
"mini"
:loading=
"exportLoading"
@
click=
"handleExport"
v-hasPermi=
"['standingBook:equipment:export']"
>
导出
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
gassafetyprogress-web/src/views/standingBook/hidden/index.vue
View file @
c1cc3e46
...
...
@@ -49,7 +49,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['standingBook:hidden:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -60,7 +59,6 @@
size=
"mini"
:loading=
"exportLoading"
@
click=
"handleExport"
v-hasPermi=
"['standingBook:hidden:export']"
>
导出
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
gassafetyprogress-web/src/views/standingBook/trouble/index.vue
View file @
c1cc3e46
...
...
@@ -58,7 +58,6 @@
icon=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd"
v-hasPermi=
"['standingBook:trouble:add']"
>
新增
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
...
...
@@ -69,7 +68,6 @@
size=
"mini"
:loading=
"exportLoading"
@
click=
"handleExport"
v-hasPermi=
"['standingBook:trouble:export']"
>
导出
</el-button>
</el-col>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
...
...
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