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
9c3895aa
Commit
9c3895aa
authored
Mar 25, 2022
by
张洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
48870cb7
Pipeline
#72686
passed with stage
Changes
3
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2838 additions
and
38 deletions
+2838
-38
src/pages/workbench/fwgl/apply_service_detail.vue
src/pages/workbench/fwgl/apply_service_detail.vue
+9
-0
src/pages/workbench/fwzc_fwcs.vue
src/pages/workbench/fwzc_fwcs.vue
+547
-38
src/pages/workbench/fwzc_fwcs2 copy.vue
src/pages/workbench/fwzc_fwcs2 copy.vue
+2282
-0
No files found.
src/pages/workbench/fwgl/apply_service_detail.vue
View file @
9c3895aa
...
...
@@ -1128,6 +1128,15 @@ export default {
if
(
data
.
data_service_type1_name
!=
"
基础支撑服务
"
)
{
this
.
servicead_arr
=
this
.
servicead_arr
.
slice
(
0
,
4
);
}
if
(
data
.
service_apply_info
.
approval_status
==
3
)
{
//审批通过
this
.
servicead_arr
.
unshift
({
title
:
"
Authorization:
"
,
info
:
data
.
service_apply_info
.
apaas_token
,
});
}
console
.
log
(
data
.
service_apply_info
);
if
(
data
.
service_apply_info
.
approval_process
)
{
data
.
service_apply_info
.
approval_process
.
forEach
((
e
)
=>
{
...
...
src/pages/workbench/fwzc_fwcs.vue
View file @
9c3895aa
This diff is collapsed.
Click to expand it.
src/pages/workbench/fwzc_fwcs2 copy.vue
0 → 100644
View file @
9c3895aa
This diff is collapsed.
Click to expand it.
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