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
225ef21f
Commit
225ef21f
authored
Jul 17, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提示文案修改
parent
58f39301
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
src/components/service-header.vue
src/components/service-header.vue
+1
-1
src/pages/workbench/fwgl/serviceDetail.vue
src/pages/workbench/fwgl/serviceDetail.vue
+1
-1
src/pages/workbench/workPlace.vue
src/pages/workbench/workPlace.vue
+3
-3
No files found.
src/components/service-header.vue
View file @
225ef21f
...
...
@@ -25,7 +25,7 @@
v-if=
"data.xxdetail"
@
click=
"subevent(2,get_strd(data.xxdetail)[0])"
:style=
"get_strd(data.xxdetail)[0]?
{backgroundColor:'#ccc',color:'#e6ebfe'}:''"
title="申请下线至开发者应用
"
:title="get_strd(data.xxdetail)[1]=='申请下线'?'申请下线至开发者应用':'申请上线至平台应用'
"
>
{{
get_strd
(
data
.
xxdetail
)[
1
]
}}
</span
>
<span
...
...
src/pages/workbench/fwgl/serviceDetail.vue
View file @
225ef21f
...
...
@@ -393,7 +393,7 @@ export default {
"
其他
"
],
open_arr
:
[
"
共享
"
,
"
受限
"
,
"
敏感
"
],
service_state_arr
:
[
"
已下架
"
,
"
已上架
"
,
"
审核中
"
],
service_state_arr
:
[
"
已下架
"
,
"
已上架
"
,
"
审核中
"
,
"
审核中
"
],
request_arr
:
[
"
GET
"
,
"
POST
"
,
"
PUT
"
,
"
DELETE
"
],
list_arr
:
[
{
...
...
src/pages/workbench/workPlace.vue
View file @
225ef21f
...
...
@@ -82,12 +82,12 @@
<div
style=
"width:142px;float:left;height:180px;margin-right:30px;"
>
<dash-board
:data=
"cpu_data"
dangerousValue=
'workplace'
style=
"height:140px;"
></dash-board>
<p><span>
物理总量
</span><span>
{{
cpu_data
.
all
}}
核
</span></p>
<p><span>
剩余量
</span><span>
{{
cpu_data
.
remaining
.
toFixed
(
2
)
}}
核
</span></p>
<p
v-if=
"cpu_data.remaining||cpu_data.remaining==0"
><span>
剩余量
</span><span>
{{
cpu_data
.
remaining
.
toFixed
(
2
)
}}
核
</span></p>
</div>
<div
style=
"width:142px;float:left;height:180px;margin-right:30px;"
>
<dash-board
:data=
"memory_data"
dangerousValue=
'workplace'
style=
"height:140px;"
></dash-board>
<p><span>
物理总量
</span><span>
{{
memory_data
.
all
}}
GB
</span></p>
<p><span>
剩余量
</span><span>
{{
memory_data
.
remaining
.
toFixed
(
2
)
}}
GB
</span></p>
<p
v-if=
"memory_data.remaining||memory_data.remaining==0"
><span>
剩余量
</span><span>
{{
memory_data
.
remaining
.
toFixed
(
2
)
}}
GB
</span></p>
</div>
<div
style=
"width:142px;float:left;height:180px;margin-right:30px;"
>
<dash-board
:data=
"pan_data"
dangerousValue=
'workplace'
style=
"height:140px;"
></dash-board>
...
...
@@ -97,7 +97,7 @@
<div
style=
"width:142px;float:left;height:180px;"
>
<dash-board
:data=
"pod_data"
dangerousValue=
'workplace'
style=
"height:140px;"
></dash-board>
<p><span>
物理总量
</span><span>
{{
pod_data
.
all
}}
</span></p>
<p><span>
剩余量
</span><span>
{{
pod_data
.
remaining
.
toFixed
(
2
)
}}
</span></p>
<p><span>
剩余量
</span><span>
{{
pod_data
.
remaining
}}
</span></p>
</div>
</div>
</div>
...
...
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