소스 검색

前端修改

wulanhaote
庞东旭 4 년 전
부모
커밋
576a84a4b0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/views/notice/index.vue

+ 2
- 2
src/views/notice/index.vue 파일 보기

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


불러오는 중...
취소
저장