From 65380c5f6857749d58529110b79f283278b10032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 11 Aug 2025 18:34:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20refactor:=20=E5=88=A0=E6=8E=89?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=9B=BE=E8=A1=A8=E7=9A=84=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- klp-ui/src/views/wms/stock/panels/bar.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/klp-ui/src/views/wms/stock/panels/bar.vue b/klp-ui/src/views/wms/stock/panels/bar.vue index aa100a25..255454cd 100644 --- a/klp-ui/src/views/wms/stock/panels/bar.vue +++ b/klp-ui/src/views/wms/stock/panels/bar.vue @@ -132,10 +132,6 @@ export default { const interval = Math.ceil(maxValue / 5); // 将刻度分为5份 const option = { - title: { - text: this.selectedWarehouseId ? '当前仓库及子仓库物料TOP10' : '全部仓库物料TOP10', - left: 'center' - }, tooltip: { trigger: 'axis', axisPointer: {