From 70d088a4ba62e5cb257dbba96955b4805d3498e8 Mon Sep 17 00:00:00 2001 From: liaodeyun Date: Tue, 25 Nov 2025 14:26:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=95=8C=E9=9D=A2,=E4=BF=AE?= =?UTF-8?q?=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 15 +- pages/{work.vue => calc.vue} | 15 +- pages/template - 副本.vue | 48 ++ pages/template.vue | 619 ++++++++++++++++-- pages_caltools/components/NGCom.vue | 159 +++-- pages_caltools/components/NGResult.vue | 196 +++--- pages_caltools/components/meterPar.vue | 51 +- pages_caltools/components/meterResult.vue | 614 ++++++++--------- .../a-yjly-inputunit/a-yjly-inputunit.vue | 2 +- 9 files changed, 1205 insertions(+), 514 deletions(-) rename pages/{work.vue => calc.vue} (65%) create mode 100644 pages/template - 副本.vue diff --git a/pages.json b/pages.json index 81cce9b..e363c10 100644 --- a/pages.json +++ b/pages.json @@ -13,7 +13,7 @@ "pages": [{ "path": "pages/index", "style": { - "navigationBarTitleText": "天然气工具集", + "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, @@ -24,15 +24,15 @@ } }, { - "path": "pages/work", + "path": "pages/calc", "style": { - "navigationBarTitleText": "工作台" + "navigationBarTitleText": "天然气工具集" } }, { "path": "pages/template", "style": { - "navigationBarTitleText": "模板" + "navigationBarTitleText": "常用资料" } }, { @@ -250,7 +250,10 @@ "path": "index" }, { - "path": "main" + "path": "main", + "style": { + "navigationBarTitleText": "计算工具" + } } ] } @@ -269,7 +272,7 @@ "text": "首页" }, { - "pagePath": "pages/work", + "pagePath": "pages/calc", "iconPath": "static/images/tabbar/work.png", "selectedIconPath": "static/images/tabbar/work_.png", "text": "计算" diff --git a/pages/work.vue b/pages/calc.vue similarity index 65% rename from pages/work.vue rename to pages/calc.vue index 9714666..58cb627 100644 --- a/pages/work.vue +++ b/pages/calc.vue @@ -1,9 +1,5 @@ @@ -13,8 +9,6 @@ onMounted } from 'vue'; import NGCalTools from '@/pages_caltools/pages/index' - - \ No newline at end of file diff --git a/pages/template.vue b/pages/template.vue index 505e971..9ed8903 100644 --- a/pages/template.vue +++ b/pages/template.vue @@ -1,48 +1,577 @@ - - \ No newline at end of file diff --git a/pages_caltools/components/NGCom.vue b/pages_caltools/components/NGCom.vue index 5a18a65..6626cbe 100644 --- a/pages_caltools/components/NGCom.vue +++ b/pages_caltools/components/NGCom.vue @@ -1,7 +1,7 @@