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
469c1ed6
Commit
469c1ed6
authored
Aug 12, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev
parents
8944c38f
283601ff
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
162 additions
and
54 deletions
+162
-54
src/components/e-charts/process-top-list.vue
src/components/e-charts/process-top-list.vue
+6
-2
src/components/shop-car-apply/apply_service_state.vue
src/components/shop-car-apply/apply_service_state.vue
+5
-0
src/components/table/table-um.vue
src/components/table/table-um.vue
+5
-1
src/pages/workbench/component-center/process-management/designer/detail.vue
...h/component-center/process-management/designer/detail.vue
+145
-50
src/pages/workbench/component-center/process-management/monitoring/index.vue
.../component-center/process-management/monitoring/index.vue
+1
-1
No files found.
src/components/e-charts/process-top-list.vue
View file @
469c1ed6
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
></el-progress>
></el-progress>
<span
<span
style=
"float:right;"
style=
"float:right;"
v-text=
"helper.numberFormat(option.request_count, 2) + (option.request_count > 10000 ? '万
次' : '次'
)"
v-text=
"helper.numberFormat(option.request_count, 2) + (option.request_count > 10000 ? '万
'+unit : unit
)"
></span>
></span>
</div>
</div>
</li>
</li>
...
@@ -39,7 +39,11 @@ export default {
...
@@ -39,7 +39,11 @@ export default {
targetValue
:
{
targetValue
:
{
type
:
Number
,
type
:
Number
,
default
:
()
=>
0
default
:
()
=>
0
}
},
unit
:
{
type
:
String
,
default
:
()
=>
'
次
'
},
},
},
data
()
{
data
()
{
return
{
return
{
...
...
src/components/shop-car-apply/apply_service_state.vue
View file @
469c1ed6
...
@@ -137,6 +137,11 @@ export default {
...
@@ -137,6 +137,11 @@ export default {
};
};
</
script
>
</
script
>
<
style
>
.outborder
.system
.el-input__prefix
,
.outborder
.system
.el-input__suffix
{
left
:
auto
;
}
</
style
>
<
style
scoped
>
<
style
scoped
>
.outborder
{
.outborder
{
border-bottom
:
2px
solid
rgba
(
244
,
247
,
252
,
1
);
border-bottom
:
2px
solid
rgba
(
244
,
247
,
252
,
1
);
...
...
src/components/table/table-um.vue
View file @
469c1ed6
...
@@ -460,7 +460,11 @@ export default {
...
@@ -460,7 +460,11 @@ export default {
});
});
},
},
gotopage
(
url
,
id
){
gotopage
(
url
,
id
){
this
.
$router
.
push
(
`/fwgl/0/0/servicedetail/
${
id
}
`
)
if
(
url
==
'
/
'
){
this
.
$router
.
push
(
`/fwgl/0/0/servicedetail/
${
id
}
`
)
}
else
{
this
.
$router
.
push
(
`
${
url
}${
id
}
`
)
}
},
},
//本地删除
//本地删除
deleteLocal
(
val
)
{
deleteLocal
(
val
)
{
...
...
src/pages/workbench/component-center/process-management/designer/detail.vue
View file @
469c1ed6
This diff is collapsed.
Click to expand it.
src/pages/workbench/component-center/process-management/monitoring/index.vue
View file @
469c1ed6
...
@@ -204,7 +204,7 @@ export default {
...
@@ -204,7 +204,7 @@ export default {
align
:
"
left
"
,
align
:
"
left
"
,
minWidtn
:
'
40%
'
,
minWidtn
:
'
40%
'
,
type
:
'
click
'
,
type
:
'
click
'
,
url
:
'
/
'
,
url
:
'
/
progress/designer/detail/
'
,
id
:
'
id
'
,
id
:
'
id
'
,
},
},
{
{
...
...
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