浏览代码

task 45021 终止、异常公告

rongxin_dev
庞东旭 2 天前
父节点
当前提交
dcab0e93c1
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. +5
    -2
      src/views/notice/index.vue

+ 5
- 2
src/views/notice/index.vue 查看文件

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


正在加载...
取消
保存