mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
3e4bc6600a
commit
5b350bc97d
@ -1,11 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<view class="text-center margin-top-100" v-if="taskDetails.length > 0">
|
<view class="text-center margin-top-100" v-if="!taskDetails || taskDetails.length == 0">
|
||||||
<view class="">
|
<view class="">
|
||||||
<text class=" cuIcon-warnfill light text-orange no-data-icon"></text>
|
<text class=" cuIcon-warnfill light text-orange no-data-icon"></text>
|
||||||
</view>
|
</view>
|
||||||
<view class="">
|
<view class="">
|
||||||
<text class="text-gray">当前没有巡检任务</text>
|
<text class="text-gray">当前没有巡检任务或者没到巡检时间</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user