Explorar el Código

task 45021 终止、异常公告

rongxin_dev
庞东旭 hace 2 días
padre
commit
dcab0e93c1
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. +5
    -2
      src/views/notice/index.vue

+ 5
- 2
src/views/notice/index.vue Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar