Commit 4ba0809a authored by 刘殿昕's avatar 刘殿昕

修改信息

parent b57190a6
...@@ -393,7 +393,7 @@ export default { ...@@ -393,7 +393,7 @@ export default {
this.getNowCurrentUser(); this.getNowCurrentUser();
} else { } else {
this.$message({ this.$message({
message: "修改个人信息失败", message: response.data.errMsg,
type: "error", type: "error",
}); });
} }
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</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.namespace }}</span>
资源申请时间: 资源申请时间:
<span class="head_right_msg_item">{{ cloudData.apply_time }}</span> <span class="head_right_msg_item">{{ cloudData.apply_time }}</span>
</p> </p>
......
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