From d62b5c1786d7e315f32c8d06d639ff04acdf9ad4 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 18 Nov 2025 15:40:39 +0800
Subject: [PATCH] feat:改成我的工单

---
 src/views/tickets/ticket.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/tickets/ticket.vue b/src/views/tickets/ticket.vue
index fa24c39..c9b97e4 100644
--- a/src/views/tickets/ticket.vue
+++ b/src/views/tickets/ticket.vue
@@ -1059,7 +1059,7 @@
         { label: '处理中', name: 'inProgress', value: 3, count: 0 },
         { label: '已完成', name: 'completed', value: 4, count: 0 },
         // { label: "已完结", name: "closed", value: 5, count: 0 },
-        { label: '我发起的工单', name: 'myTickets', value: null, count: 0 },
+        { label: '我的工单', name: 'myTickets', value: null, count: 0 },
       ],
       filters: {
         keyword: '',

--
Gitblit v1.9.3