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
97f04542
Commit
97f04542
authored
Jul 13, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案细节显示修改
parent
9a4f3652
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
src/pages/workbench/fwgl/serviceEdit.vue
src/pages/workbench/fwgl/serviceEdit.vue
+1
-1
src/pages/workbench/yygl/app_detail.vue
src/pages/workbench/yygl/app_detail.vue
+6
-2
src/pages/workbench/yygl/app_edit.vue
src/pages/workbench/yygl/app_edit.vue
+1
-1
src/pages/workbench/yygl/deploy_app_detail.vue
src/pages/workbench/yygl/deploy_app_detail.vue
+1
-1
No files found.
src/pages/workbench/fwgl/serviceEdit.vue
View file @
97f04542
...
...
@@ -40,7 +40,7 @@
]"
>
<p
class=
"formname"
>
所属组织:
</p>
<el-select
v-model=
"form.origin"
placeholder=
"请选择"
disabled=
"true"
>
<el-select
v-model=
"form.origin"
placeholder=
"请选择"
:
disabled=
"true"
>
<el-option
v-for=
"item in origin_arr"
:key=
"item.department_id"
...
...
src/pages/workbench/yygl/app_detail.vue
View file @
97f04542
...
...
@@ -445,7 +445,7 @@ export default {
},
get_image_list
(){
this
.
image_loading
=
true
;
this
.
$http
.
get
(
`/apaas/hubApi/image/imageUpList?page=
${
this
.
now_page
}
&size=5`
)
this
.
$http
.
get
(
`/apaas/hubApi/image/imageUpList?page=
${
this
.
now_page
}
&size=5
&app_id=
${
this
.
$route
.
params
.
id
}
`
)
.
then
((
response
)
=>
{
if
(
response
.
data
.
success
==
1
){
console
.
log
(
response
);
...
...
@@ -587,7 +587,11 @@ export default {
this
.
$set
(
this
.
service_header_arr
[
'
first
'
][
0
],
"
text
"
,
data
.
online_state_name
);
this
.
$set
(
this
.
service_header_arr
[
'
first
'
][
1
],
"
text
"
,
data
.
type_name
);
this
.
$set
(
this
.
service_header_arr
[
'
first
'
][
2
],
"
text
"
,
data
.
ywly_name
);
this
.
$set
(
this
.
service_header_arr
[
'
second
'
][
0
],
"
text
"
,
data
.
apply_type_name
);
if
(
data
.
apply_type_name
){
this
.
$set
(
this
.
service_header_arr
[
'
second
'
][
0
],
"
text
"
,
data
.
apply_type_name
);
}
else
{
this
.
service_header_arr
[
'
second
'
].
splice
(
0
,
1
)
}
this
.
$set
(
this
.
service_header_arr
[
'
second
'
][
1
],
"
text
"
,
data
.
apply_times
+
'
次
'
);
this
.
$set
(
this
.
service_header_arr
[
'
second
'
][
2
],
"
text
"
,
data
.
deploy_times
+
'
次
'
);
this
.
$set
(
this
.
service_header_arr
[
'
second
'
][
3
],
"
text
"
,
data
.
create_date
);
...
...
src/pages/workbench/yygl/app_edit.vue
View file @
97f04542
...
...
@@ -60,7 +60,7 @@
]"
>
<p
class=
"formname"
>
所属组织:
</p>
<el-select
v-model=
"form.origin"
placeholder=
"请选择"
disabled=
"true"
>
<el-select
v-model=
"form.origin"
placeholder=
"请选择"
:
disabled=
"true"
>
<el-option
v-for=
"item in origin_arr"
:key=
"item.id"
...
...
src/pages/workbench/yygl/deploy_app_detail.vue
View file @
97f04542
...
...
@@ -819,7 +819,7 @@ export default {
this
.
$set
(
this
.
service_header_arr
[
"
second
"
][
1
],
"
text
"
,
data
.
namespace
+
'
(
'
+
data
.
workp
al
ce
+
'
)
'
data
.
namespace
+
'
(
'
+
data
.
workp
la
ce
+
'
)
'
);
this
.
$set
(
this
.
service_header_arr
[
"
second
"
][
2
],
"
text
"
,
data
.
created
);
})
...
...
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