Browse Source

前端修改

wulanhaote
庞东旭 3 years ago
parent
commit
576a84a4b0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/notice/index.vue

+ 2
- 2
src/views/notice/index.vue View File

@@ -16,7 +16,7 @@
style="margin-top: 10px;"
@load="getList"
>
<van-cell v-for="item in noticeList" icon="play" :key="item.id" :title="item.projectName">
<van-cell v-for="(item,index) in noticeList" icon="play" :key="index" :title="item.projectName">
<template #label>
项目编号:{{item.projectCode}} <p style="float: right;">{{item.contractDate}}</p>
</template>
@@ -32,7 +32,7 @@
style="margin-top: 10px;"
@load="getAttestationList"
>
<van-cell v-for="item in attestationList" :key="item.id" icon="play" :title="item.projectName">
<van-cell v-for="(item,index) in attestationList" :key="index" icon="play" :title="item.projectName">
<template #label>
鉴证书编号:[202113184] <p style="float: right;">2021-06-30</p>
</template>


Loading…
Cancel
Save