Ver código fonte

暂无数据模块优化

fanghuisheng 2 anos atrás
pai
commit
0d59e9c659

+ 2 - 2
src/pages/business/mhxf/deviceManage/index.vue

@@ -11,11 +11,11 @@
             <u-input style="border-radius: 50px" v-model="dataInput" @blur="blur" prefixIcon="search" prefixIconStyle="color: #0c7bf9" placeholder="请输入设备编号"> </u-input>
           </view>
 
-          <view style="text-align: center; padding: 10px; color: rgb(189, 189, 189); font-size: 14px" v-if="!dataRes">暂无数据</view>
+          <u-empty v-if="!dataRes" text="暂无数据" mode="data" icon="http://cdn.uviewui.com/uview/empty/data.png"> </u-empty>
 
           <u-collapse @change="change" @close="close" @open="open" accordion v-else>
             <u-collapse-item class="uCollapseItem" v-for="da in dataList" :key="da">
-              <template v-slot:title>
+              <template #title>
                 <view style="display: flex">
                   <view class="cu-avatar lg" style="margin: 0 10px auto 0; background-color: rgba(0, 0, 0, 0)">
                     <image class="image-bg" style="width: 80rpx; height: 80rpx" src="@/static/images/deviceManage/1.png"></image>

+ 1 - 1
src/pages/business/mhxf/fireReport/index.vue

@@ -1,6 +1,6 @@
 <template>
   <view class="fireReport" style="background-color: #f7f7f7">
-    <u-empty v-if="!dataRes" text="暂无数据" mode="data" icon="http://cdn.uviewui.com/uview/empty/data.png"> </u-empty>
+    <u-empty v-if="dataList.length <= 0" text="暂无数据" mode="data" icon="http://cdn.uviewui.com/uview/empty/data.png"> </u-empty>
     <view class="reportContent" v-else>
       <view class="contentDom" v-for="(li, index) in dataList" :key="index">
         <view style="margin: auto 10px auto 0" @click="handleSelect()">

+ 1 - 1
src/pages/business/mhxf/informationSelect/index.vue

@@ -9,7 +9,7 @@
         <!-- 各类查询 start -->
         <view class="content">
           <u-input style="border-radius: 50px; margin-bottom: 10px" @blur="blur" v-model="dataInput" prefixIcon="search" prefixIconStyle="color: #0c7bf9" :placeholder="placeholderText"> </u-input>
-          <view style="text-align: center; color: rgb(189, 189, 189); font-size: 14px" v-if="!dataRes">暂无数据</view>
+          <u-empty v-if="!dataRes" text="暂无数据" mode="data" icon="http://cdn.uviewui.com/uview/empty/data.png"> </u-empty>
           <view v-if="current == 8">
             <view class="con">
               <view class="time">{{ newTime }}</view>