Commit c93f5ae4 authored by 黄奎's avatar 黄奎

页面修改

parent cc774c34
......@@ -2384,10 +2384,10 @@
<template v-if="item.contractNum && item.contractNum.length > 0">
<span v-for="sItem in item.contractNum" class="GO_Contract" @click="goContract(item, sItem)">
{{ sItem.client_Name + "" + sItem.contractNum }}
<template v-if="sItem.auditContract==3">
<template v-if="sItem.auditContract&& sItem.auditContract==3">
<font style="color:red">驳回</font>
</template>
<template v-if="sItem.auditContract==2">
<template v-if="sItem.auditContract&&sItem.auditContract==2">
<font style="color:green">审核通过</font>
</template>
</span>
......
......@@ -1697,6 +1697,12 @@
<template v-if="item.contractNum && item.contractNum.length > 0">
<span v-for="sItem in item.contractNum" class="GO_Contract" @click="goContract(item, sItem)">
{{ sItem.client_Name + "" + sItem.contractNum }}
<template v-if="sItem.auditContract&& sItem.auditContract==3">
<font style="color:red">驳回</font>
</template>
<template v-if="sItem.auditContract&&sItem.auditContract==2">
<font style="color:green">审核通过</font>
</template>
</span>
</template>
</div>
......
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