Explorar el Código

前端修改

wulanhaote
庞东旭 hace 4 años
padre
commit
576a84a4b0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/views/notice/index.vue

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

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


Cargando…
Cancelar
Guardar