wangmengwei 12 小时之前
父节点
当前提交
02dc235ed9

+ 4 - 1
ruoyi-ui/src/views/shipinggaoj/channelNumber/index.vue

@@ -78,7 +78,7 @@
           <div class=" infinite-list" :style="dynamicStyle" >
                <!-- style="display: flex;flex-wrap: wrap;" -->
             <div    v-if="inhgeshwe">
-              <el-row :gutter="10">
+              <el-row :gutter="10" v-if="channelNumberList.length !=0">
                 <el-col :span="12" v-for="(item,index ) in channelNumberList" :key="index">
                   <div   class="box_3dr flex-col" style="margin-bottom: 10px;"  >
                                 <div class="box_4 flex-row" style="justify-content: space-between;margin: 0;">
@@ -170,6 +170,9 @@
               <!-- item.channelDetails == null?'height:200px; margin-bottom: 10px;' : -->
 
                 </el-row>
+                <div style="margin-top: 20px;display: flex;justify-content: center;align-items: center;" v-if="channelNumberList.length ==0">
+                   <img   src="../../../assets/images/zwshjbig.png" alt="" style="">
+                </div>
             </div>
 
 

+ 1 - 1
ruoyi-ui/src/views/shipinggaoj/shebei/index.vue

@@ -220,7 +220,7 @@
                         </div>
 
           </div>
-          <div v-if='equipmentManageList == 0'>
+          <div v-if='equipmentManageList.length == 0'>
             <el-empty :image-size="200"></el-empty>
           </div>
         </div>