From 09c6316e5305d6504d32012e2704cfc8386d77f4 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期四, 01 四月 2021 18:00:59 +0800 Subject: [PATCH] 废水查询面板 --- src/conf/Constants.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/conf/Constants.js b/src/conf/Constants.js index 72bb8f0..455d6e2 100644 --- a/src/conf/Constants.js +++ b/src/conf/Constants.js @@ -4,6 +4,13 @@ POLYGON: 'polygon' } +export const logicMapper = { + wasteGasJcd: 'WasteGas.js', + wasteWaterJcd: 'WasteWater.js', + solidWasteJcd: 'SolidWaste.js', + sewersAreaGs: 'Company.js' +} + export const props = { pipename: '绠$嚎鍚嶇О', pipecode: '绠$嚎缂栫爜', -- Gitblit v1.8.0