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