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
7dd89557
Commit
7dd89557
authored
Jul 25, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
云资源运行状态
parent
07a50d43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
src/pages/workbench/fwgl/fwglList.vue
src/pages/workbench/fwgl/fwglList.vue
+11
-3
src/pages/workbench/fwgl/organizationCloudResource.vue
src/pages/workbench/fwgl/organizationCloudResource.vue
+4
-1
No files found.
src/pages/workbench/fwgl/fwglList.vue
View file @
7dd89557
...
@@ -500,12 +500,17 @@ export default {
...
@@ -500,12 +500,17 @@ export default {
{
{
label
:
"
运行状态
"
,
label
:
"
运行状态
"
,
align
:
"
center
"
,
align
:
"
center
"
,
type
:
"
image
"
,
type
:
"
image
-tooltip
"
,
getImage
(
item
)
{
getImage
(
item
)
{
return
item
.
state
==
1
return
item
.
state
==
1
?
require
(
"
@/assets/imgs/ic_true.png
"
)
?
require
(
"
@/assets/imgs/ic_true.png
"
)
:
require
(
"
@/assets/imgs/ic_failed.png
"
);
:
require
(
"
@/assets/imgs/ic_failed.png
"
);
},
},
getTooltip
(
item
)
{
return
item
.
state
==
1
?
"
该工作区域运行中
"
:
"
该工作区域已被禁用
"
;
},
},
},
{
{
label
:
"
工作区域
"
,
label
:
"
工作区域
"
,
...
@@ -555,7 +560,7 @@ export default {
...
@@ -555,7 +560,7 @@ export default {
label
:
"
申请时间
"
,
label
:
"
申请时间
"
,
prop
:
"
apply_time
"
,
prop
:
"
apply_time
"
,
align
:
"
center
"
,
align
:
"
center
"
,
width
:
180
width
:
180
,
},
},
{
{
label
:
"
初次申请状态
"
,
label
:
"
初次申请状态
"
,
...
@@ -854,12 +859,15 @@ export default {
...
@@ -854,12 +859,15 @@ export default {
{
{
label
:
"
运行状态
"
,
label
:
"
运行状态
"
,
align
:
"
center
"
,
align
:
"
center
"
,
type
:
"
image
"
,
type
:
"
image
-tooltip
"
,
getImage
(
item
)
{
getImage
(
item
)
{
return
item
.
state
==
1
return
item
.
state
==
1
?
require
(
"
@/assets/imgs/ic_true.png
"
)
?
require
(
"
@/assets/imgs/ic_true.png
"
)
:
require
(
"
@/assets/imgs/ic_failed.png
"
);
:
require
(
"
@/assets/imgs/ic_failed.png
"
);
},
},
getTooltip
(
item
)
{
return
item
.
state
==
1
?
"
运行中
"
:
"
该工作区域已被禁用
"
;
},
},
},
{
{
label
:
"
工作区域名称
"
,
label
:
"
工作区域名称
"
,
...
...
src/pages/workbench/fwgl/organizationCloudResource.vue
View file @
7dd89557
...
@@ -441,12 +441,15 @@ export default {
...
@@ -441,12 +441,15 @@ export default {
{
{
label
:
"
运行状态
"
,
label
:
"
运行状态
"
,
align
:
"
center
"
,
align
:
"
center
"
,
type
:
"
image
"
,
type
:
"
image
-tooltip
"
,
getImage
(
item
)
{
getImage
(
item
)
{
return
item
.
state
==
1
return
item
.
state
==
1
?
require
(
"
@/assets/imgs/ic_true.png
"
)
?
require
(
"
@/assets/imgs/ic_true.png
"
)
:
require
(
"
@/assets/imgs/ic_failed.png
"
);
:
require
(
"
@/assets/imgs/ic_failed.png
"
);
},
},
getTooltip
(
item
)
{
return
item
.
state
==
1
?
"
运行中
"
:
"
该工作区域已被禁用
"
;
},
},
},
{
{
label
:
"
工作区域名称
"
,
label
:
"
工作区域名称
"
,
...
...
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