Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
90ed2085
Commit
90ed2085
authored
Jul 24, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审批状态,导航栏布局
parent
2577d45c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
src/components/menu.vue
src/components/menu.vue
+2
-2
src/pages/workbench/fwgl/cloud-detail.vue
src/pages/workbench/fwgl/cloud-detail.vue
+6
-2
No files found.
src/components/menu.vue
View file @
90ed2085
...
...
@@ -283,7 +283,7 @@ export default {
float
:
right
;
width
:
185px
;
font-size
:
16px
;
height
:
73
px
;
height
:
84
px
;
text-align
:
center
;
cursor
:
pointer
;
position
:
relative
;
...
...
@@ -297,7 +297,7 @@ export default {
background-color
:
#e56600
;
border-radius
:
3px
;
position
:
absolute
;
bottom
:
0px
;
bottom
:
1
0px
;
left
:
calc
(
50%
-
12px
);
}
.user_menu
{
...
...
src/pages/workbench/fwgl/cloud-detail.vue
View file @
90ed2085
...
...
@@ -36,11 +36,15 @@
class=
"head_right_msg_item apply_wait"
>
待审批
</span>
<span
v-if=
"apploy_msg.first_level == 1 && apploy_msg.second_level == 1"
v-if=
"apploy_msg.first_level == 1 && apploy_msg.second_level == 0"
class=
"head_right_msg_item apply_wait"
>
审批中
</span>
<span
v-else-if=
"apploy_msg.first_level == 1 && apploy_msg.second_level == 1"
class=
"head_right_msg_item apply_success"
>
审批通过
</span>
<span
v-if=
"apploy_msg.first_level == -1 || (apploy_msg.first_level == 1 && apploy_msg.second_level == -1)"
v-
else-
if=
"apploy_msg.first_level == -1 || (apploy_msg.first_level == 1 && apploy_msg.second_level == -1)"
class=
"head_right_msg_item apply_refuse"
>
审批未通过
</span>
</p>
...
...
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