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
012eaa43
Commit
012eaa43
authored
Jun 22, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用管理列表
parent
e2873ad6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
14 deletions
+27
-14
src/pages/workbench/app_build.vue
src/pages/workbench/app_build.vue
+1
-2
src/pages/workbench/yygl/yyglList.vue
src/pages/workbench/yygl/yyglList.vue
+26
-12
No files found.
src/pages/workbench/app_build.vue
View file @
012eaa43
...
...
@@ -205,8 +205,7 @@
fit=
"fill"
:list=
"logo"
@
getNewList=
"getNewList"
ref=
"servicepic"
directory=
"hub"
:directory=
"hub"
></upload-file>
</el-form-item>
<el-form-item
label=
"所属组织:"
prop=
"org"
>
...
...
src/pages/workbench/yygl/yyglList.vue
View file @
012eaa43
...
...
@@ -278,11 +278,11 @@ export default {
data
:
[
{
name
:
"
申请部署
"
,
value
:
1
,
value
:
0
,
},
{
name
:
"
申请开发
"
,
value
:
2
,
value
:
1
,
},
],
},
...
...
@@ -300,7 +300,7 @@ export default {
},
{
name
:
"
审批未通过
"
,
value
:
2
,
value
:
0
,
},
],
},
...
...
@@ -611,11 +611,11 @@ export default {
data
:
[
{
name
:
"
申请部署
"
,
value
:
1
,
value
:
0
,
},
{
name
:
"
申请开发
"
,
value
:
2
,
value
:
1
,
},
],
},
...
...
@@ -633,7 +633,7 @@ export default {
},
{
name
:
"
审批未通过
"
,
value
:
2
,
value
:
0
,
},
],
},
...
...
@@ -721,7 +721,7 @@ export default {
class
:
"
warn
"
,
callback
:
_self
.
deleteItem
,
disabledRule
(
item
)
{
return
item
.
online_state
!=
0
;
return
item
.
online_state
!=
2
;
},
},
],
...
...
@@ -929,11 +929,11 @@ export default {
data
:
[
{
name
:
"
申请部署
"
,
value
:
1
,
value
:
0
,
},
{
name
:
"
申请开发
"
,
value
:
2
,
value
:
1
,
},
],
},
...
...
@@ -951,7 +951,7 @@ export default {
},
{
name
:
"
审批未通过
"
,
value
:
2
,
value
:
0
,
},
],
},
...
...
@@ -1033,7 +1033,7 @@ export default {
return
item
.
value
;
})
.
join
(
"
,
"
);
}
// 在线状态
}
// 在线状态
/ 部署来源 / 在线区域
if
(
filter
.
appTypes
)
{
params
.
appTypes
=
filter
.
appTypes
.
map
((
item
)
=>
{
...
...
@@ -1062,6 +1062,20 @@ export default {
})
.
join
(
"
,
"
);
}
// 应用来源
if
(
filter
.
apply_type
)
{
params
.
apply_type
=
filter
.
apply_type
.
map
((
item
)
=>
{
return
item
.
value
;
})
.
join
(
"
,
"
);
}
// 申请类型
if
(
filter
.
apply_state
)
{
params
.
status
=
filter
.
apply_state
.
map
((
item
)
=>
{
return
item
.
value
;
})
.
join
(
"
,
"
);
}
// 申请状态
this
.
tempFliter
=
filter
;
...
...
@@ -1087,7 +1101,7 @@ export default {
},
// 唤醒弹窗
deleteAction
(
item
)
{
if
(
this
.
cardType
===
0
)
{
if
(
item
.
online_state
==
0
)
{
if
(
item
.
online_state
!=
2
)
{
this
.
dialogInfo
.
title
=
""
;
this
.
dialogInfo
.
msg
=
"
是否删除该条应用?
"
;
this
.
dialogInfo
.
cancelText
=
""
;
...
...
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