Commit 225ef21f authored by 张俊's avatar 张俊

提示文案修改

parent 58f39301
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
v-if="data.xxdetail" v-if="data.xxdetail"
@click="subevent(2,get_strd(data.xxdetail)[0])" @click="subevent(2,get_strd(data.xxdetail)[0])"
:style="get_strd(data.xxdetail)[0]?{backgroundColor:'#ccc',color:'#e6ebfe'}:''" :style="get_strd(data.xxdetail)[0]?{backgroundColor:'#ccc',color:'#e6ebfe'}:''"
title="申请下线至开发者应用" :title="get_strd(data.xxdetail)[1]=='申请下线'?'申请下线至开发者应用':'申请上线至平台应用'"
>{{ get_strd(data.xxdetail)[1] }}</span >{{ get_strd(data.xxdetail)[1] }}</span
> >
<span <span
......
...@@ -393,7 +393,7 @@ export default { ...@@ -393,7 +393,7 @@ export default {
"其他" "其他"
], ],
open_arr: ["共享", "受限", "敏感"], open_arr: ["共享", "受限", "敏感"],
service_state_arr: ["已下架", "已上架", "审核中"], service_state_arr: ["已下架", "已上架", "审核中","审核中"],
request_arr: ["GET", "POST", "PUT", "DELETE"], request_arr: ["GET", "POST", "PUT", "DELETE"],
list_arr: [ list_arr: [
{ {
......
...@@ -82,12 +82,12 @@ ...@@ -82,12 +82,12 @@
<div style="width:142px;float:left;height:180px;margin-right:30px;"> <div style="width:142px;float:left;height:180px;margin-right:30px;">
<dash-board :data="cpu_data" dangerousValue='workplace' style="height:140px;"></dash-board> <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.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>
<div style="width:142px;float:left;height:180px;margin-right:30px;"> <div style="width:142px;float:left;height:180px;margin-right:30px;">
<dash-board :data="memory_data" dangerousValue='workplace' style="height:140px;"></dash-board> <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.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>
<div style="width:142px;float:left;height:180px;margin-right:30px;"> <div style="width:142px;float:left;height:180px;margin-right:30px;">
<dash-board :data="pan_data" dangerousValue='workplace' style="height:140px;"></dash-board> <dash-board :data="pan_data" dangerousValue='workplace' style="height:140px;"></dash-board>
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<div style="width:142px;float:left;height:180px;"> <div style="width:142px;float:left;height:180px;">
<dash-board :data="pod_data" dangerousValue='workplace' style="height:140px;"></dash-board> <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.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> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment