Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
0993ece389
|
@ -113,7 +113,13 @@
|
|||
审核结果:{{ status2[item.STATUS] }}
|
||||
</p>
|
||||
<p class="content-body-content-son" v-else>
|
||||
审核结果:{{ item.ended ? '审核完成' : '审核中' }}
|
||||
审核结果:{{
|
||||
item.ended
|
||||
? '审核完成'
|
||||
: item.backToFirst
|
||||
? '审核中(被驳回,请修改申请或终止流程)'
|
||||
: '审核中'
|
||||
}}
|
||||
</p>
|
||||
<div>
|
||||
申请日期:{{
|
||||
|
|
Loading…
Reference in New Issue