From 3e4bc6600acce39c8b1f8f66fef81240a07a9aa8 Mon Sep 17 00:00:00 2001 From: shane <88386378@qq.com> Date: Sun, 30 Oct 2022 02:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E8=A1=A5=E6=A3=80app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 7 + pages/inspection/inspection.vue | 19 ++- .../inspectionReexamine.vue | 158 ++++++++++++++++++ 3 files changed, 182 insertions(+), 2 deletions(-) create mode 100644 pages/inspectionReexamine/inspectionReexamine.vue diff --git a/pages.json b/pages.json index 6440416..a7da383 100644 --- a/pages.json +++ b/pages.json @@ -146,6 +146,13 @@ } } + ,{ + "path" : "pages/inspectionReexamine/inspectionReexamine", + "style" : { + "navigationBarTitleText": "巡检补检" + + } + } ,{ "path" : "pages/purchase/purchase", "style" : { diff --git a/pages/inspection/inspection.vue b/pages/inspection/inspection.vue index 99d6c2d..5d7ffee 100644 --- a/pages/inspection/inspection.vue +++ b/pages/inspection/inspection.vue @@ -1,6 +1,12 @@