From da6cf934e75c2777eb64367d2c90fb1516c6d85a Mon Sep 17 00:00:00 2001
From: songguoqiang <765017469@qq.com>
Date: Wed, 17 Apr 2024 15:23:56 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8A=A5=E4=BF=AE=E6=A0=87=E9=A2=98?=
=?UTF-8?q?=E6=96=87=E5=AD=97=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/repairOrder/index.vue | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/pages/repairOrder/index.vue b/src/pages/repairOrder/index.vue
index 19d2d0b..1eaa90e 100644
--- a/src/pages/repairOrder/index.vue
+++ b/src/pages/repairOrder/index.vue
@@ -2,7 +2,7 @@
+ :title="title">
@@ -20,7 +20,7 @@
-
+
工单单号:{{item.number}}
@@ -79,6 +79,7 @@
pageSize: 10,
type: '',
})
+ const title = ref();
const status = ref('loadmore') //是否显示没有更多了
const list = ref([])
function itemClick(item, index) {
@@ -108,6 +109,11 @@
onLoad((option) => {
if (option.type) params.value.type = option.type;
if (option.flag) params.value.flag = option.flag;
+ if(params.value.flag&¶ms.value.flag==2){
+ title.value = "报修确认"
+ }else{
+ title.value = "维修工单"
+ }
})
onShow(() => {
params.value.pageNo = 1