|
|
@@ -13,7 +13,10 @@ |
|
|
|
> |
|
|
|
<van-cell v-for="(item,index) in noticeList" :key="index" :to="{name:'noticeDetailCJ', query: {id:item.id}}" style="margin-bottom: 1vh;"> |
|
|
|
<template #title> |
|
|
|
<div v-if="item.projectStatus == '2'" style="color: #c12e2a;">项目终止</div> |
|
|
|
<div v-if="item.projectStatus == '2'" style="display: flex;align-items: center;justify-content: space-between;"> |
|
|
|
<div style="color: #c12e2a;">项目终止</div> |
|
|
|
<p style="color: #AAB1B5;font-size: 14px;"><img src="../../../static/images/icon/news_icon_clock.png" alt="" style="margin-right: 5px;" />{{item.dealTime.substr(0,10)}}</p> |
|
|
|
</div> |
|
|
|
<div v-else style="display: flex;align-items: center;justify-content: space-between;"> |
|
|
|
<p style="display: flex;align-items: center;color: #0DBCAA;"><img src="../../../static/images/transaction_new/notic/notic_icon_01.png" alt="" style="margin-right: 5px;"/>{{item.projectCode}}</p> |
|
|
|
<p style="color: #AAB1B5;font-size: 14px;"><img src="../../../static/images/icon/news_icon_clock.png" alt="" style="margin-right: 5px;" />{{item.dealTime.substr(0,10)}}</p> |
|
|
@@ -38,7 +41,7 @@ |
|
|
|
<van-cell v-for="(item,index) in attestationList" :key="index" :to="{name:'attestationDetailCJ', query: {id:item.id}}" style="margin-bottom: 1vh;"> |
|
|
|
<template #title> |
|
|
|
<div style="display: flex;align-items: center;justify-content: space-between;"> |
|
|
|
<p style="display: flex;align-items: center;color: #7368E4;"><img src="../../../static/images/transaction_new/notic/notic_icon_02.png" alt="" style="margin-right: 5px;"/>{{item.jzsNumOne}} - {{item.jzsNumTwo}}</p> |
|
|
|
<p style="display: flex;align-items: center;color: #7368E4;"><img src="../../../static/images/transaction_new/notic/notic_icon_02.png" alt="" style="margin-right: 5px;"/>{{item.projectCode}}</p> |
|
|
|
<p style="color: #AAB1B5;font-size: 14px;"><img src="../../../static/images/icon/news_icon_clock.png" alt="" style="margin-right: 5px;" />{{item.jzsSignDate}}</p> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|