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
d1cd326b
Commit
d1cd326b
authored
Mar 05, 2021
by
刘殿昕
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
4de6c1b1
cc65b1a3
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
279 additions
and
92 deletions
+279
-92
src/components/e-charts/multiple_circle.vue
src/components/e-charts/multiple_circle.vue
+1
-1
src/components/service-info/service-info.vue
src/components/service-info/service-info.vue
+3
-3
src/components/work-flow/workflows-view.vue
src/components/work-flow/workflows-view.vue
+9
-1
src/pages/data-analysis/my-service.vue
src/pages/data-analysis/my-service.vue
+10
-2
src/pages/data-analysis/org-service.vue
src/pages/data-analysis/org-service.vue
+121
-38
src/pages/data-analysis/super-service.vue
src/pages/data-analysis/super-service.vue
+126
-39
src/pages/workbench/component-center/process-management/designer/detail.vue
...h/component-center/process-management/designer/detail.vue
+1
-1
src/pages/workbench/component-center/process-management/designer/index.vue
...ch/component-center/process-management/designer/index.vue
+1
-1
src/pages/workbench/workPlace.vue
src/pages/workbench/workPlace.vue
+5
-5
src/pages/workbench/yygl/app_debugger.vue
src/pages/workbench/yygl/app_debugger.vue
+2
-1
No files found.
src/components/e-charts/multiple_circle.vue
View file @
d1cd326b
...
...
@@ -126,7 +126,7 @@ export default {
name
:
""
,
type
:
"
pie
"
,
clockWise
:
false
,
radius
:
[
60
,
6
3
],
radius
:
[
50
,
5
3
],
center
:
[
"
50%
"
,
"
46%
"
],
hoverAnimation
:
false
,
avoidLabelOverlap
:
true
,
...
...
src/components/service-info/service-info.vue
View file @
d1cd326b
...
...
@@ -9,7 +9,7 @@
<div
class=
"main_container-left"
v-if=
"data.cover"
>
<img
:src=
"data.cover"
width=
"100%"
v-if=
"data.type !== 'workflow'"
/>
<workflows-view
:
zoom=
"0.6
"
:
isShop=
"true
"
:id=
"parseInt(data.workflows_id)"
:hideDetail=
"true"
v-if=
"data.type == 'workflow'"
...
...
@@ -381,8 +381,8 @@ export default {
}
.main_container-left
>
.map_view
{
position
:
absolute
;
right
:
3
px
;
bottom
:
3
px
;
right
:
1
px
;
bottom
:
2
px
;
}
.main_container-right
{
width
:
896px
;
...
...
src/components/work-flow/workflows-view.vue
View file @
d1cd326b
<
template
>
<div
class=
"workflows-view"
ref=
"flowContainer"
:style=
"
{ zoom: zoom, height: Number(max_height + 180) + 'px' }">
<div
class=
"workflows-view"
ref=
"flowContainer"
:style=
"
{ zoom:
isShop ? maxParentHeight / Number(max_height + 180) :
zoom, height: Number(max_height + 180) + 'px' }">
<super-flow
ref=
"superFlow"
:node-list=
"nodeList"
...
...
@@ -80,6 +80,14 @@ export default {
type
:
Number
,
default
:
1
,
},
maxParentHeight
:
{
type
:
Number
,
default
:
200
,
},
isShop
:
{
type
:
Boolean
,
default
:
false
,
}
},
data
()
{
return
{
...
...
src/pages/data-analysis/my-service.vue
View file @
d1cd326b
...
...
@@ -49,7 +49,6 @@
class=
"block-radius-content"
:data=
"mult_data_state"
:show_center_data=
"false"
:bar_width=
"10"
></multiple-circle>
<starlist
v-else
...
...
@@ -72,6 +71,15 @@
class=
"block-radius-content"
:data=
"mult_data"
:text=
"text"
:color=
"[
'#27bfee',
'#f56b4c',
'#435290',
'#597ec0',
'#e56600',
'#a5937b',
'#8210c5',
]"
></multiple-circle>
</block-radius>
</el-col>
...
...
@@ -741,7 +749,7 @@ export default {
data
.
score3
+
data
.
score2
+
data
.
score1
;
console
.
log
(
this
.
starlistData
,
this
.
starlistTotal
)
console
.
log
(
this
.
starlistData
,
this
.
starlistTotal
)
;
}
}
});
...
...
src/pages/data-analysis/org-service.vue
View file @
d1cd326b
This diff is collapsed.
Click to expand it.
src/pages/data-analysis/super-service.vue
View file @
d1cd326b
This diff is collapsed.
Click to expand it.
src/pages/workbench/component-center/process-management/designer/detail.vue
View file @
d1cd326b
...
...
@@ -485,7 +485,7 @@ export default {
},
public1
(
item
){
this
.
dialogInfo
.
title
=
"
提示
"
;
this
.
dialogInfo
.
msg
=
`发布
后
流程后,流程将部署到工作区域并上架到服务超市,是否发布该流程?`
;
this
.
dialogInfo
.
msg
=
`发布流程后,流程将部署到工作区域并上架到服务超市,是否发布该流程?`
;
this
.
dialogInfo
.
cancelText
=
"
取消
"
;
this
.
dialogInfo
.
sunbmitText
=
"
发布
"
;
this
.
dialogInfo
.
submit
=
()
=>
{
...
...
src/pages/workbench/component-center/process-management/designer/index.vue
View file @
d1cd326b
...
...
@@ -297,7 +297,7 @@ export default {
},
publishItem
(
item
)
{
this
.
dialogInfo
.
title
=
"
提示
"
;
this
.
dialogInfo
.
msg
=
`发布
后
流程后,流程将部署到工作区域并上架到服务超市,是否发布该流程?`
;
this
.
dialogInfo
.
msg
=
`发布流程后,流程将部署到工作区域并上架到服务超市,是否发布该流程?`
;
this
.
dialogInfo
.
cancelText
=
"
取消
"
;
this
.
dialogInfo
.
sunbmitText
=
"
发布
"
;
this
.
dialogInfo
.
submit
=
()
=>
{
...
...
src/pages/workbench/workPlace.vue
View file @
d1cd326b
...
...
@@ -1628,7 +1628,7 @@ export default {
}
};
var
data
=
[];
var
color
=
[
"
#515fe7
"
,
"
#36a5ec
"
,
"
#da9f2a
"
,
"
#23b2a7
"
,
"
#d46002
"
];
var
color
=
[
"
#515fe7
"
,
"
#36a5ec
"
,
"
#da9f2a
"
,
"
#23b2a7
"
,
"
#d46002
"
,
"
#44a072
"
];
var
legendarr
=
[];
var
temp2_data
=
0
;
data_val
.
forEach
(
e
=>
{
...
...
@@ -1661,8 +1661,8 @@ export default {
name
:
""
,
type
:
"
pie
"
,
clockWise
:
false
,
radius
:
[
52
,
54
],
center
:
[
"
5
1
%
"
,
"
45%
"
],
radius
:
[
44
,
46
],
center
:
[
"
5
0
%
"
,
"
45%
"
],
z
:
5
,
hoverAnimation
:
false
,
itemStyle
:
{
...
...
@@ -1693,8 +1693,8 @@ export default {
{
type
:
'
pie
'
,
z
:
4
,
center
:[
'
5
1
%
'
,
'
45%
'
],
radius
:[
'
43%
'
,
'
63
%
'
],
center
:[
'
5
0
%
'
,
'
45%
'
],
radius
:[
'
36%
'
,
'
54
%
'
],
hoverAnimation
:
false
,
avoidLabelOverlap
:
false
,
label
:
{
...
...
src/pages/workbench/yygl/app_debugger.vue
View file @
d1cd326b
...
...
@@ -252,8 +252,9 @@ export default {
},
get_list_pod
(){
console
.
log
(
this
.
pod_name
);
this
.
$http
.
get
(
`/apaas/hubApi/cloud/podList/
${
this
.
formInline
.
area
}
?itemsPerPage=
${
this
.
pageSize
}
&page=
${
this
.
currentPage
}
&label=
${
this
.
formInline
.
name
}
&filterBy=
${
this
.
pod_name
}
`
)
.
get
(
`/apaas/hubApi/cloud/podList/
${
this
.
formInline
.
area
}
?itemsPerPage=
${
this
.
pageSize
}
&page=
${
this
.
currentPage
}
&label=
${
this
.
formInline
.
name
}
&filterBy=
${
this
.
pod_name
!=
""
?
"
name,
"
:
""
}${
this
.
pod_name
}
`
)
.
then
(
response
=>
{
if
(
response
.
data
.
success
){
this
.
listTotal
=
response
.
data
.
data
.
listMeta
.
totalItems
...
...
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