筛查结果
This commit is contained in:
parent
8ea608775f
commit
c4308674e7
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user