Commit 6c7fd235 authored by zhengke's avatar zhengke

修改

parent 20ca824b
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
v-if="item.ApplyState === 0" v-if="item.ApplyState === 0"
class="_status_str _status_str_y" class="_status_str _status_str_y"
>审核中</span> >审核中</span>
<span v-if="item.ApplyState === 1" class="_status_str _status_str_g">已通过</span> <span v-if="item.ApplyState == 1||item.ApplyState == 3" class="_status_str _status_str_g">已通过</span>
<span v-if="item.ApplyState === 2" class="_status_str _status_str_r">已拒绝</span> <span v-if="item.ApplyState === 2" class="_status_str _status_str_r">已拒绝</span>
</p> </p>
<p class="mt5"> <p class="mt5">
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<p> <p>
{{item.CustomerName}} {{item.CustomerName}}
<span <span
v-if="item.ApplyState === 0" v-if="item.ApplyState === 3"
class="_status_str _status_str_y" class="_status_str _status_str_y"
>审核中</span> >审核中</span>
<span v-if="item.ApplyState === 1" class="_status_str _status_str_g">已通过</span> <span v-if="item.ApplyState === 1" class="_status_str _status_str_g">已通过</span>
......
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