Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
md-vue-chc
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
何鹏程
md-vue-chc
Commits
f994d734
Commit
f994d734
authored
Sep 03, 2021
by
何鹏程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改审核状态 菜单加滚动条
parent
e3c81862
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
common.scss
src/assets/css/common.scss
+1
-0
index.vue
src/page/emergencyCar/index.vue
+1
-1
No files found.
src/assets/css/common.scss
View file @
f994d734
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
float
:
left
;
float
:
left
;
transition
:
width
.3s
linear
;
transition
:
width
.3s
linear
;
overflow
:
hidden
;
overflow
:
hidden
;
overflow-y
:
auto
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
box-shadow
:
2px
0px
6px
0px
rgba
(
0
,
21
,
41
,
0
.12
);
box-shadow
:
2px
0px
6px
0px
rgba
(
0
,
21
,
41
,
0
.12
);
...
...
src/page/emergencyCar/index.vue
View file @
f994d734
...
@@ -185,7 +185,7 @@
...
@@ -185,7 +185,7 @@
>
绑定站点
</el-link>
>
绑定站点
</el-link>
<el-link
<el-link
type=
"primary"
type=
"primary"
v-if=
"
scope.row.auditStatus === 1
&& checkPermission()"
v-if=
"
(scope.row.auditStatus === 1 || scope.row.auditStatus === 5)
&& checkPermission()"
@
click=
"auditHandler(scope.row.id)"
@
click=
"auditHandler(scope.row.id)"
>
审核
</el-link>
>
审核
</el-link>
</
template
>
</
template
>
...
...
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