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
fa69e65b
Commit
fa69e65b
authored
Sep 04, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通过就隐藏
parent
0e8217bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
src/pages/workbench/fwgl/cloud-detail.vue
src/pages/workbench/fwgl/cloud-detail.vue
+8
-2
No files found.
src/pages/workbench/fwgl/cloud-detail.vue
View file @
fa69e65b
...
...
@@ -493,7 +493,7 @@ export default {
this
.
use_uid
=
this
.
$route
.
query
.
use_uid
||
""
;
this
.
id
=
this
.
$route
.
params
.
id
||
""
;
if
(
this
.
apply_type
!=
0
)
{
this
.
list_arr
[
2
].
title
=
"
资源调整数据规格
"
;
this
.
list_arr
[
2
].
title
=
"
资源调整数据规格
:
"
;
}
},
getUrl
()
{
...
...
@@ -668,10 +668,16 @@ export default {
let
index
=
this
.
list_arr
.
findIndex
(
(
item
)
=>
item
.
title
==
"
审批通过后工作区域规格:
"
);
if
(
index
>
-
1
)
{
this
.
list_arr
.
splice
(
index
,
1
);
}
let
index2
=
this
.
list_arr
.
findIndex
(
(
item
)
=>
item
.
title
==
"
资源调整数据规格:
"
);
if
(
index2
>
-
1
)
{
this
.
list_arr
.
splice
(
index2
,
1
);
}
}
if
(
this
.
appList
.
length
==
0
)
{
this
.
list_arr
.
splice
(
-
2
);
...
...
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