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
a3912ca2
Commit
a3912ca2
authored
Jul 16, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
购物车申请
parent
f4066adb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
5 deletions
+12
-5
src/components/e-charts/line_chart.vue
src/components/e-charts/line_chart.vue
+1
-1
src/components/e-charts/multiple_circle.vue
src/components/e-charts/multiple_circle.vue
+0
-1
src/pages/service_shop/shop_car_apply.vue
src/pages/service_shop/shop_car_apply.vue
+3
-3
src/pages/workbench/yygl/app_debugger.vue
src/pages/workbench/yygl/app_debugger.vue
+8
-0
No files found.
src/components/e-charts/line_chart.vue
View file @
a3912ca2
...
@@ -118,7 +118,7 @@ export default {
...
@@ -118,7 +118,7 @@ export default {
grid
:
{
grid
:
{
top
:
10
,
top
:
10
,
left
:
10
,
left
:
10
,
right
:
1
0
,
right
:
3
0
,
bottom
:
30
,
bottom
:
30
,
containLabel
:
true
,
containLabel
:
true
,
},
},
...
...
src/components/e-charts/multiple_circle.vue
View file @
a3912ca2
...
@@ -132,7 +132,6 @@ export default {
...
@@ -132,7 +132,6 @@ export default {
data
:
data
data
:
data
}
}
];
];
var
options
=
{
var
options
=
{
title
:
{
title
:
{
text
:
this
.
show_center_data
?
total
:
""
,
text
:
this
.
show_center_data
?
total
:
""
,
...
...
src/pages/service_shop/shop_car_apply.vue
View file @
a3912ca2
...
@@ -321,7 +321,7 @@ export default {
...
@@ -321,7 +321,7 @@ export default {
this
.
service_arr
[
l
][
"
size
"
]
=
this
.
service_arr
[
l
][
"
size
"
]
=
"
规格:
"
+
(
e
.
spec_id
==
0
?
"
部署
"
:
"
开发
"
);
"
规格:
"
+
(
e
.
spec_id
==
0
?
"
部署
"
:
"
开发
"
);
this
.
service_arr
[
l
][
"
applytype
"
]
=
this
.
service_arr
[
l
][
"
applytype
"
]
=
"
申请方式:
"
+
(
e
.
duration_
unit
==
1
?
"
月
"
:
"
年
"
);
"
申请方式:
"
+
(
e
.
duration_
method
==
1
?
"
月
"
:
"
年
"
);
this
.
service_arr
[
l
][
"
num
"
]
=
e
.
duration
;
this
.
service_arr
[
l
][
"
num
"
]
=
e
.
duration
;
this
.
service_arr
[
l
][
"
isMg
"
]
=
false
;
this
.
service_arr
[
l
][
"
isMg
"
]
=
false
;
this
.
service_arr
[
l
][
"
isapp
"
]
=
true
;
this
.
service_arr
[
l
][
"
isapp
"
]
=
true
;
...
@@ -350,10 +350,10 @@ export default {
...
@@ -350,10 +350,10 @@ export default {
}
}
});
});
this
.
service_arr
[
l
][
"
applytype
"
]
=
this
.
service_arr
[
l
][
"
applytype
"
]
=
"
申请方式:
"
+
(
e
.
duration_
unit
==
1
?
"
月
"
:
"
年
"
);
"
申请方式:
"
+
(
e
.
duration_
method
==
1
?
"
月
"
:
"
年
"
);
this
.
service_arr
[
l
][
"
num
"
]
=
e
.
duration
;
this
.
service_arr
[
l
][
"
num
"
]
=
e
.
duration
;
this
.
service_arr
[
l
][
"
isMg
"
]
=
e
.
service
.
openness
==
3
;
this
.
service_arr
[
l
][
"
isMg
"
]
=
e
.
service
.
openness
==
3
;
this
.
service_arr
[
l
][
"
data
"
]
=
JSON
.
parse
(
e
.
service
.
res_fields
)
;
this
.
service_arr
[
l
][
"
data
"
]
=
e
.
service
.
res_fields
?
JSON
.
parse
(
e
.
service
.
res_fields
):
'
[]
'
;
console
.
log
(
this
.
service_arr
[
l
][
"
data
"
]);
console
.
log
(
this
.
service_arr
[
l
][
"
data
"
]);
this
.
service_arr
[
l
][
"
isapp
"
]
=
false
;
this
.
service_arr
[
l
][
"
isapp
"
]
=
false
;
}
}
...
...
src/pages/workbench/yygl/app_debugger.vue
View file @
a3912ca2
...
@@ -207,6 +207,14 @@ export default {
...
@@ -207,6 +207,14 @@ export default {
changyaml
(
n
){
changyaml
(
n
){
this
.
now_yaml
=
n
this
.
now_yaml
=
n
},
},
adelete
(
val
){
this
.
$http
.
delete
(
`/awecloud/rest/kubernetes/api/v1/_raw/pod/namespace/
${
val
.
namespace
}
/name/
${
val
.
name
}
`
)
.
then
(
response
=>
{
this
.
$message
.
success
(
'
删除成功
'
)
this
.
get_list_pod
()
})
},
get_namespace_list
(){
get_namespace_list
(){
this
.
$http
this
.
$http
.
get
(
`/apaas/hubApi/market/namespaces`
)
.
get
(
`/apaas/hubApi/market/namespaces`
)
...
...
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