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
d81e1cbf
Commit
d81e1cbf
authored
Aug 01, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
7c1a75a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
src/components/apass-table.vue
src/components/apass-table.vue
+2
-2
src/pages/workbench/fwgl/apply_service_detail.vue
src/pages/workbench/fwgl/apply_service_detail.vue
+1
-1
src/pages/workbench/yygl/app_debugger.vue
src/pages/workbench/yygl/app_debugger.vue
+1
-1
No files found.
src/components/apass-table.vue
View file @
d81e1cbf
...
@@ -118,13 +118,13 @@
...
@@ -118,13 +118,13 @@
<span
class=
"use"
v-if=
"item.prop == 'cpu'&&scope.row.cpu_use"
<span
class=
"use"
v-if=
"item.prop == 'cpu'&&scope.row.cpu_use"
>
{{ scope.row["cpu_use"] }}.00mm
</span
>
{{ scope.row["cpu_use"] }}.00mm
</span
>
>
<span
class=
"use"
v-if=
"item.prop == 'cpu'&&!scope.row.cpu_use"
<span
class=
"use"
:style=
"scope.row[item.prop].length?{}:{right:'25px',bottom:'8px'}"
v-if=
"item.prop == 'cpu'&&!scope.row.cpu_use"
>
0mm
</span
>
0mm
</span
>
>
<span
class=
"use"
v-if=
"item.prop == 'mermoy'&&scope.row.memory_use"
<span
class=
"use"
v-if=
"item.prop == 'mermoy'&&scope.row.memory_use"
>
{{ scope.row["memory_use"] }}Mi
</span
>
{{ scope.row["memory_use"] }}Mi
</span
>
>
<span
class=
"use"
v-if=
"item.prop == 'mermoy'&&!scope.row.memory_use"
<span
class=
"use"
:style=
"scope.row[item.prop].length?{}:{right:'25px',bottom:'8px'}"
v-if=
"item.prop == 'mermoy'&&!scope.row.memory_use"
>
0Mi
</span
>
0Mi
</span
>
>
</div>
</div>
...
...
src/pages/workbench/fwgl/apply_service_detail.vue
View file @
d81e1cbf
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</div>
</div>
<div
class=
"type_box_select"
>
<div
class=
"type_box_select"
>
<info-list
:list_arr=
"now_service==0?list_arr:now_service==1?servicead_arr:apply_arr"
>
<info-list
:list_arr=
"now_service==0?list_arr:now_service==1?servicead_arr:apply_arr"
>
<table-um
v-if=
"
res_data.length"
:headers=
"header_arr"
:datas=
"res_data
"
slot=
"zd_table"
></table-um>
<table-um
v-if=
"
zd_table_arr.length"
:headers=
"header_arr"
:datas=
"zd_table_arr
"
slot=
"zd_table"
></table-um>
<table-um
v-if=
"zd_table_arr.length"
:headers=
"header_arr"
:datas=
"zd_table_arr"
slot=
"apply_table"
></table-um>
<table-um
v-if=
"zd_table_arr.length"
:headers=
"header_arr"
:datas=
"zd_table_arr"
slot=
"apply_table"
></table-um>
<process-card
:data=
"use_approval_arr"
slot=
"approval"
></process-card>
<process-card
:data=
"use_approval_arr"
slot=
"approval"
></process-card>
</info-list>
</info-list>
...
...
src/pages/workbench/yygl/app_debugger.vue
View file @
d81e1cbf
...
@@ -146,7 +146,7 @@ export default {
...
@@ -146,7 +146,7 @@ export default {
{
{
prop
:
"
state
"
,
prop
:
"
state
"
,
label
:
"
状态
"
,
label
:
"
状态
"
,
width
:
8
0
,
width
:
9
0
,
align
:
"
center
"
,
align
:
"
center
"
,
},
},
{
{
...
...
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