From 648f031ebe666611477daf4c7be0ac041c131173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:30:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- pages/index.vue | 7 +- pages/login.vue | 423 +++++++++++++++++---------------- pages/ticket/index.vue | 5 +- pages/work/DateRangeSelect.vue | 8 +- pages/work/bmsdcc/index.vue | 22 +- pages/work/bmszl/index.vue | 20 +- pages/work/db/index.vue | 21 +- pages/work/dtdc/index.vue | 6 +- pages/work/index.vue | 367 +++++++++++++++++----------- pages/work/pcs/index.vue | 46 ++-- static/scss/global.scss | 34 ++- 12 files changed, 536 insertions(+), 425 deletions(-) diff --git a/pages.json b/pages.json index be3f6bc..6748101 100644 --- a/pages.json +++ b/pages.json @@ -12,7 +12,7 @@ }, { "path": "pages/index", "style": { - "navigationBarTitleText": "移动端框架", + "navigationBarTitleText": "工单列表", "navigationStyle": "custom", "onReachBottomDistance": 100 } diff --git a/pages/index.vue b/pages/index.vue index 54b3d0f..cb7b268 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,5 +1,6 @@