From 122f21029a70e93ad2c1ee4fe5df5de2932ad1b8 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期四, 08 四月 2021 14:00:51 +0800 Subject: [PATCH] 修改弹窗tabs样式 --- src/conf/Constants.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conf/Constants.js b/src/conf/Constants.js index 98f7fa1..6784be5 100644 --- a/src/conf/Constants.js +++ b/src/conf/Constants.js @@ -5,9 +5,9 @@ } export const logicMapper = { - wasteGasJcd: 'WasteGas.js', - wasteWaterJcd: 'WasteWater.js', - solidWasteJcd: 'SolidWaste.js', + wasteGasPfk: 'WasteGas.js', + wasteWaterPfk: 'WasteWater.js', + wasteSolidCcd: 'SolidWaste.js', sewersAreaGs: 'Company.js' } -- Gitblit v1.8.0