From 9e263abd38da4ed6654ba579a5307dc944d778d2 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Sat, 11 May 2024 15:51:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0enpfieldEnum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/enum.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/enum.js b/src/utils/enum.js index 91e511ac..c6b6f4b7 100644 --- a/src/utils/enum.js +++ b/src/utils/enum.js @@ -140,4 +140,5 @@ export const enpfieldEnum = new EnumFactory({ 'nox_rtd': '氮氧化物实测(mg/m3)', 'nox_zs': '氮氧化物折算(mg/m3)', 'o2': '含氧量(%)', + 'ammonia_e': '氨逃逸(mg/m3)' }) \ No newline at end of file