ZaiZai hace 11 meses
padre
commit
bb98091c81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/project/modules/list/info-dialog.vue

+ 1 - 1
src/views/project/modules/list/info-dialog.vue

@@ -27,7 +27,7 @@
                 </el-aside>
                 <el-main>
                     <hc-body :scrollbar="contractList.length > 0" padding="0px">
-                        <hc-no-data v-if="contractList.length <= 0" />
+                        <hc-empty v-if="contractList.length <= 0" />
                         <hc-card-item v-for="item in contractList" v-else :key="item.id" class="hc-contract-list-card">
                             <div class="contract-type">
                                 <div v-if="item.contractType === 1" class="name bg-1">施工</div>