From 3166efeb664aa54c394c8dc8bf9ec8e26b1c69a8 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 25 Jun 2025 17:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=E6=9B=B4=E6=96=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 6 + src/pages/dateUpdate/index.vue | 201 +++++++++++++++++++++++++++++++++ src/pages/work/index.vue | 2 +- 3 files changed, 208 insertions(+), 1 deletion(-) create mode 100644 src/pages/dateUpdate/index.vue diff --git a/src/pages.json b/src/pages.json index d5c52e7..d4d3be2 100644 --- a/src/pages.json +++ b/src/pages.json @@ -662,6 +662,12 @@ "navigationBarTitleText": "现场维修数量" } }, + { + "path": "pages/dateUpdate/index", + "style": { + "navigationStyle": "custom" + } + }, // 材料站 start // 首页 { diff --git a/src/pages/dateUpdate/index.vue b/src/pages/dateUpdate/index.vue new file mode 100644 index 0000000..a30c1c5 --- /dev/null +++ b/src/pages/dateUpdate/index.vue @@ -0,0 +1,201 @@ + + + + + diff --git a/src/pages/work/index.vue b/src/pages/work/index.vue index f2338f3..c2b6732 100644 --- a/src/pages/work/index.vue +++ b/src/pages/work/index.vue @@ -153,7 +153,7 @@ const newInfoList = ref([ }, { title: '日期更新', - url: '/pages/new-purchase/accept/index', + url: '/pages/dateUpdate/index', iconSrc: '../../static/workbench/panDian.png', }, {