From b9dd1c2d2ef7ab0fdbe6cd7d282c95519317d10a Mon Sep 17 00:00:00 2001 From: hflllll Date: Mon, 1 Sep 2025 15:55:48 +0800 Subject: [PATCH] =?UTF-8?q?'=E5=88=9D=E6=AC=A1=E5=AF=B9=E6=8E=A5=E5=AE=8C?= =?UTF-8?q?=E6=88=90'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/maintain.vue | 65 ++++++++++++++++++------ pages/index/user.vue | 39 +++++++++++++++ subPages/home/maintainanceSubmit.vue | 96 +++++++++++++++++++----------------- subPages/home/repairSubmit.vue | 2 +- subPages/repair/maintainSubmit.vue | 2 +- 5 files changed, 141 insertions(+), 63 deletions(-) diff --git a/pages/index/maintain.vue b/pages/index/maintain.vue index 830973a..d682290 100644 --- a/pages/index/maintain.vue +++ b/pages/index/maintain.vue @@ -4,14 +4,14 @@ - {{ selectedUrgency }} - + {{ urgency.label || '紧急状态' }} + - {{ selectedStatus }} - + {{ status.label || '维修状态' }} + @@ -78,13 +78,16 @@ + + + + + + + + 退出登录 + + + @@ -53,6 +62,7 @@