diff --git a/pages/nongKe/cloud_entrepot/index.vue b/pages/nongKe/cloud_entrepot/index.vue index 644c650..abb7d68 100644 --- a/pages/nongKe/cloud_entrepot/index.vue +++ b/pages/nongKe/cloud_entrepot/index.vue @@ -35,13 +35,15 @@ - {{street}} - + 全部 @@ -246,7 +248,7 @@ 里海云仓 - + @@ -260,6 +262,22 @@ + + + + + + + + + 当前区域暂无云仓 + + + + @@ -269,11 +287,8 @@ - - + @@ -507,7 +522,7 @@ this.flag = true cloudWarehouse({ street_code: this.street_code, - category_id: this.cloudList[this.current].category_id, + category_id: this.cloudList[this.current]?.category_id || "", order: this.type, keyword: this.keyword, page_num: this.page_num @@ -775,7 +790,7 @@ this.status = "loading" cloudWarehouse({ street_code: this.street_code, - category_id: this.cloudList[this.current].category_id, + category_id: this.cloudList[this.current]?.category_id || "", order: this.type, keyword: this.keyword, page_num: this.page_num @@ -1168,6 +1183,13 @@ .head_tit { margin-left: 20rpx; font-size: 40rpx; + // background-color: red; + width: 40vw; + white-space: nowrap; + overflow: hidden; + + text-overflow: ellipsis; + // font-weight: 700; // transform: skewX(-10deg); } @@ -1219,7 +1241,14 @@ } .town_name { - margin-right: 20rpx; + margin-right: 50rpx; + // background-color: red; + max-width: 15vw; + white-space: nowrap; + + overflow: hidden; + + text-overflow: ellipsis; } .goods_list { @@ -1533,4 +1562,11 @@ // transform: translateX(100rpx); } + + .yuncangempty { + margin: 20vh 0; + display: flex; + flex-direction: column; + align-items: center + } \ No newline at end of file diff --git a/pages/nongKe/supply_chain/supplier.vue b/pages/nongKe/supply_chain/supplier.vue index 2d73a0b..3f6a627 100644 --- a/pages/nongKe/supply_chain/supplier.vue +++ b/pages/nongKe/supply_chain/supplier.vue @@ -36,9 +36,9 @@ - - + {{street}} @@ -1056,10 +1056,11 @@ } .town_name { - // overflow: hidden; - // white-space: nowrap; + overflow: hidden; + white-space: nowrap; /* 设置文本不换行 */ - // text-overflow: ellipsis; + text-overflow: ellipsis; + max-width: 25vw; font-size: 14px; /* 设置溢出文本为省略号 */ } diff --git a/static/images/GXSC/DW1.png b/static/images/GXSC/DW1.png new file mode 100644 index 0000000..ec346ae Binary files /dev/null and b/static/images/GXSC/DW1.png differ diff --git a/static/images/GXSC/QB.png b/static/images/GXSC/QB.png new file mode 100644 index 0000000..94ce2ae Binary files /dev/null and b/static/images/GXSC/QB.png differ diff --git a/static/images/LHYC/DWB.png b/static/images/LHYC/DWB.png new file mode 100644 index 0000000..b7fa10f Binary files /dev/null and b/static/images/LHYC/DWB.png differ diff --git a/static/images/LHYC/QB.png b/static/images/LHYC/QB.png index 1f7abbb..94ce2ae 100644 Binary files a/static/images/LHYC/QB.png and b/static/images/LHYC/QB.png differ