Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2023-11-09 17:24:39 +08:00
commit b49763c765
2 changed files with 23 additions and 29 deletions

View File

@ -1,5 +1,5 @@
<template>
<view class="app">
<view class="app" v-if="prejectlist.data">
<view class="content" v-for="(item,index) in prejectlist" @tap="result(item)">
<view class="big">{{item.projectName}}
</view>
@ -8,6 +8,10 @@
</view>
</view>
</view>
<view class="app" v-else>
<u-empty mode="order" icon-size='220' text="暂无筛查结果"></u-empty>
</view>
</template>
<script>

View File

@ -1,5 +1,5 @@
<template>
<view class="app">
<view class="app" v-if="prejectlist.data">
<view class="content" v-for="(item,index) in prejectlist">
<view class="big">{{item.projectName}}
</view>
@ -10,19 +10,9 @@
详情
</view>
</view>
<!-- <view class="content">
<view class="big">眼底筛查
</view>
<view class="servename">
2023-12-12 12:12:12
</view>
<view class="appoint" @tap="goapponint">
详情
</view>
</view> -->
<view class="app" v-else>
<u-empty mode="order" icon-size='220' text="暂无筛查记录"></u-empty>
</view>
</template>