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
5de8371d
Commit
5de8371d
authored
Jul 29, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
云资源状态
parent
ae25b350
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
24 deletions
+6
-24
src/pages/workbench/fwgl/fwglList.vue
src/pages/workbench/fwgl/fwglList.vue
+4
-16
src/pages/workbench/fwgl/organizationCloudResource.vue
src/pages/workbench/fwgl/organizationCloudResource.vue
+2
-8
No files found.
src/pages/workbench/fwgl/fwglList.vue
View file @
5de8371d
...
@@ -502,10 +502,7 @@ export default {
...
@@ -502,10 +502,7 @@ export default {
align
:
"
center
"
,
align
:
"
center
"
,
type
:
"
image-tooltip
"
,
type
:
"
image-tooltip
"
,
getImage
(
item
)
{
getImage
(
item
)
{
if
(
if
(
item
.
apply_type
===
0
&&
item
.
approve_state
===
-
1
)
{
(
item
.
apply_type
===
0
&&
item
.
approve_state
===
-
1
)
||
(
item
.
apply_type
===
1
&&
item
.
approve_update_state
===
-
1
)
)
{
return
require
(
"
@/assets/imgs/ic_cancel.png
"
);
return
require
(
"
@/assets/imgs/ic_cancel.png
"
);
}
}
...
@@ -514,10 +511,7 @@ export default {
...
@@ -514,10 +511,7 @@ export default {
:
require
(
"
@/assets/imgs/ic_failed.png
"
);
:
require
(
"
@/assets/imgs/ic_failed.png
"
);
},
},
getTooltip
(
item
)
{
getTooltip
(
item
)
{
if
(
if
(
item
.
apply_type
===
0
&&
item
.
approve_state
===
-
1
)
{
(
item
.
apply_type
===
0
&&
item
.
approve_state
===
-
1
)
||
(
item
.
apply_type
===
1
&&
item
.
approve_update_state
===
-
1
)
)
{
return
"
审批未通过
"
;
return
"
审批未通过
"
;
}
}
...
@@ -873,10 +867,7 @@ export default {
...
@@ -873,10 +867,7 @@ export default {
align
:
"
center
"
,
align
:
"
center
"
,
type
:
"
image-tooltip
"
,
type
:
"
image-tooltip
"
,
getImage
(
item
)
{
getImage
(
item
)
{
if
(
if
(
item
.
apply_type
===
0
&&
item
.
approve_state
===
-
1
)
{
(
item
.
apply_type
===
0
&&
item
.
approve_state
===
-
1
)
||
(
item
.
apply_type
===
1
&&
item
.
approve_update_state
===
-
1
)
)
{
return
require
(
"
@/assets/imgs/ic_cancel.png
"
);
return
require
(
"
@/assets/imgs/ic_cancel.png
"
);
}
}
...
@@ -885,10 +876,7 @@ export default {
...
@@ -885,10 +876,7 @@ export default {
:
require
(
"
@/assets/imgs/ic_failed.png
"
);
:
require
(
"
@/assets/imgs/ic_failed.png
"
);
},
},
getTooltip
(
item
)
{
getTooltip
(
item
)
{
if
(
if
(
item
.
apply_type
===
0
&&
item
.
approve_state
===
-
1
)
{
(
item
.
apply_type
===
0
&&
item
.
approve_state
===
-
1
)
||
(
item
.
apply_type
===
1
&&
item
.
approve_update_state
===
-
1
)
)
{
return
"
审批未通过
"
;
return
"
审批未通过
"
;
}
}
...
...
src/pages/workbench/fwgl/organizationCloudResource.vue
View file @
5de8371d
...
@@ -443,10 +443,7 @@ export default {
...
@@ -443,10 +443,7 @@ export default {
align
:
"
center
"
,
align
:
"
center
"
,
type
:
"
image-tooltip
"
,
type
:
"
image-tooltip
"
,
getImage
(
item
)
{
getImage
(
item
)
{
if
(
if
(
item
.
apply_type
===
0
&&
item
.
approve_state
===
-
1
)
{
(
item
.
apply_type
===
0
&&
item
.
approve_state
===
-
1
)
||
(
item
.
apply_type
===
1
&&
item
.
approve_update_state
===
-
1
)
)
{
return
require
(
"
@/assets/imgs/ic_cancel.png
"
);
return
require
(
"
@/assets/imgs/ic_cancel.png
"
);
}
}
...
@@ -455,10 +452,7 @@ export default {
...
@@ -455,10 +452,7 @@ export default {
:
require
(
"
@/assets/imgs/ic_failed.png
"
);
:
require
(
"
@/assets/imgs/ic_failed.png
"
);
},
},
getTooltip
(
item
)
{
getTooltip
(
item
)
{
if
(
if
(
item
.
apply_type
===
0
&&
item
.
approve_state
===
-
1
)
{
(
item
.
apply_type
===
0
&&
item
.
approve_state
===
-
1
)
||
(
item
.
apply_type
===
1
&&
item
.
approve_update_state
===
-
1
)
)
{
return
"
审批未通过
"
;
return
"
审批未通过
"
;
}
}
...
...
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