Commit e6ccac50 authored by 刘殿昕's avatar 刘殿昕

云资源申请状态

parent 3a2a0d56
......@@ -32,11 +32,11 @@
<span class="head_right_msg_item">{{ cloudData.phone }}</span>
资源申请状态:
<span
v-if="apply_type == 0"
v-if="apploy_msg.first_level == 0"
class="head_right_msg_item apply_wait"
>待审批</span>
<span v-if="apply_type == 1" class="head_right_msg_item apply_success">审批通过</span>
<span v-if="apply_type == -1" class="head_right_msg_item apply_refuse">审批未通过</span>
<span v-if="apploy_msg.first_level == 1 && apploy_msg.second_level == 1" class="head_right_msg_item apply_success">审批通过</span>
<span v-if="apploy_msg.first_level == -1 || (apploy_msg.first_level == 1 && apploy_msg.second_level == -1)" class="head_right_msg_item apply_refuse">审批未通过</span>
</p>
<p class="head_right_msg_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