Commit 697fc466 authored by 刘殿昕's avatar 刘殿昕

云服务英文名

parent 07e97439
...@@ -23,7 +23,10 @@ ...@@ -23,7 +23,10 @@
></el-image> ></el-image>
</div> </div>
<div class="head_right"> <div class="head_right">
<div class="head_right_name">{{ cloudData.workplace }}</div> <div class="head_right_name">
{{ cloudData.workplace }}
<span class="head_eng_name">({{ cloudData.namespace }})</span>
</div>
<div class="head_right_msg"> <div class="head_right_msg">
<p class="head_right_msg_p"> <p class="head_right_msg_p">
申请用户: 申请用户:
...@@ -49,7 +52,7 @@ ...@@ -49,7 +52,7 @@
>审批未通过</span> >审批未通过</span>
</p> </p>
<p class="head_right_msg_p"> <p class="head_right_msg_p">
业务系统名 工作区域英文名称
<span class="head_right_msg_item">{{ cloudData.system_name }}</span> <span class="head_right_msg_item">{{ cloudData.system_name }}</span>
资源申请时间: 资源申请时间:
<span class="head_right_msg_item">{{ cloudData.apply_time }}</span> <span class="head_right_msg_item">{{ cloudData.apply_time }}</span>
...@@ -804,6 +807,12 @@ export default { ...@@ -804,6 +807,12 @@ export default {
margin-left: 10px; margin-left: 10px;
margin-bottom: 18px; margin-bottom: 18px;
} }
.head_eng_name {
font-size: 17px;
font-weight: normal;
color: #0d1847;
margin-left: 10px;
}
.head_right_msg { .head_right_msg {
border-radius: 8px; border-radius: 8px;
height: 96px; height: 96px;
......
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