From b41c6ca44111844bb96f3daffe2e61a0e9824f60 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期一, 29 三月 2021 16:02:35 +0800 Subject: [PATCH] 废水弹框内容加载 --- src/components/flueGas/flueGas.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/flueGas/flueGas.js b/src/components/flueGas/flueGas.js index eef18b1..62f103f 100644 --- a/src/components/flueGas/flueGas.js +++ b/src/components/flueGas/flueGas.js @@ -64,7 +64,7 @@ autoClose: false }) // 鍒掕繃鍑虹幇 灞曠ず鏁版嵁 - marker.bindTooltip(data[i].StoragePlaceName, { + marker.bindTooltip(data[i].porltName, { permanent: true, offset: [0, -16], direction: 'top', -- Gitblit v1.8.0