|
@@ -142,6 +142,7 @@
|
|
|
:checkbox-option="checkboxOption"
|
|
|
:cell-style-option="cellStyleOption"
|
|
|
/>
|
|
|
+ <div v-show="dataSource.length==0" class="empty-data2"><a-empty description="暂无数据" :image="simpleImage"/></div>
|
|
|
</a-spin>
|
|
|
<!-- 仓库设置 -->
|
|
|
<setWarehouse :title="warehouseTit" :show="openWarehouseModal" @ok="chooseWarehouseOk" @cancel="openWarehouseModal=false"></setWarehouse>
|
|
@@ -946,6 +947,14 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="less">
|
|
|
+ .empty-data2{
|
|
|
+ color: #999;
|
|
|
+ text-align: center;
|
|
|
+ padding: 20px;
|
|
|
+ position: absolute;
|
|
|
+ bottom: 50px;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
.table-header-cell-center{
|
|
|
text-align: center!important;
|
|
|
}
|