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
78bcda54
Commit
78bcda54
authored
Jan 20, 2021
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务暂无
parent
4ac7dbe9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
src/components/service-header.vue
src/components/service-header.vue
+1
-1
src/pages/workbench/fwgl/apply_service_detail.vue
src/pages/workbench/fwgl/apply_service_detail.vue
+12
-5
No files found.
src/components/service-header.vue
View file @
78bcda54
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
<label
v-for=
"(item, index) in data.second"
:key=
"index + 2500"
>
<label
v-for=
"(item, index) in data.second"
:key=
"index + 2500"
>
{{
item
.
name
}}
:
{{
item
.
name
}}
:
<a
<a
v-if=
"item.name.indexOf('地址') !== -1"
v-if=
"item.name.indexOf('地址') !== -1
&& item.text != '暂无'
"
style=
"color:#515fe7;text-decoration: none;"
style=
"color:#515fe7;text-decoration: none;"
target=
"_blank"
target=
"_blank"
:href=
"item.text"
:href=
"item.text"
...
...
src/pages/workbench/fwgl/apply_service_detail.vue
View file @
78bcda54
...
@@ -851,11 +851,18 @@ export default {
...
@@ -851,11 +851,18 @@ export default {
?
"
#515fe7
"
?
"
#515fe7
"
:
"
#e15260
"
:
"
#e15260
"
);
);
if
(
data
.
service_apply_info
.
approval_status
==
3
)
{
this
.
$set
(
this
.
$set
(
this
.
service_header_arr
[
"
second
"
][
0
],
this
.
service_header_arr
[
"
second
"
][
0
],
"
text
"
,
"
text
"
,
data
.
service_apply_info
.
urls
[
0
].
req_url
data
.
service_apply_info
.
urls
[
0
].
req_url
);
);
}
else
{
this
.
$set
(
this
.
service_header_arr
[
"
second
"
][
0
],
"
text
"
,
"
暂无
"
);
}
}
}
this
.
$set
(
this
.
service_header_arr
,
"
url
"
,
data
.
cover
);
this
.
$set
(
this
.
service_header_arr
,
"
url
"
,
data
.
cover
);
...
...
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