Преглед на файлове

前端修改

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>


Зареждане…
Отказ
Запис