diff --git a/src/components/service-header.vue b/src/components/service-header.vue index 650033458477e8e6a5b0d62662acc2906c0fbe19..874ec94d4c8d892186a023e3d79b8ad533d37007 100644 --- a/src/components/service-header.vue +++ b/src/components/service-header.vue @@ -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] }}

物理总量{{cpu_data.all}}核

-

剩余量{{cpu_data.remaining.toFixed(2)}}核

+

剩余量{{cpu_data.remaining.toFixed(2)}}核

物理总量{{memory_data.all}}GB

-

剩余量{{memory_data.remaining.toFixed(2)}}GB

+

剩余量{{memory_data.remaining.toFixed(2)}}GB

@@ -97,7 +97,7 @@

物理总量{{pod_data.all}}

-

剩余量{{pod_data.remaining.toFixed(2)}}

+

剩余量{{pod_data.remaining}}