{{ showEnglishOnly ? unit.unitName.split('(')[0] : unit.unitName }}
@@ -22,393 +22,414 @@
diff --git a/src/views/ngtools/FlowCal/index.vue b/src/views/ngtools/FlowCal/index.vue
index a7e9ae1..044fa76 100644
--- a/src/views/ngtools/FlowCal/index.vue
+++ b/src/views/ngtools/FlowCal/index.vue
@@ -1,139 +1,281 @@
-
-
+
+
+
-
+
-
+
+
+
+ {{ message }}
+
+
+
diff --git a/src/views/ngtools/meterresult/index.vue b/src/views/ngtools/meterresult/index.vue
index 10a2693..279bc8d 100644
--- a/src/views/ngtools/meterresult/index.vue
+++ b/src/views/ngtools/meterresult/index.vue
@@ -1,189 +1,75 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
搜索
@@ -193,42 +79,20 @@
- 新增
+ 新增
- 修改
+ 修改
- 删除
+ 删除
- 导出
+ 导出
@@ -261,19 +125,16 @@
- 修改
- 删除
+ 修改
+ 删除
-
-
+
+
@@ -359,181 +220,192 @@
diff --git a/vue.config.js b/vue.config.js
index 3a30fbc..e90ef87 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -36,7 +36,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: `http://192.168.3.246:9090`,
+ target: `http://localhost:9090`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''