From d118962d9bd42a273a1fffffec18d0ba65b93fde Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Tue, 06 May 2025 18:22:31 +0800
Subject: [PATCH] 工单复核信息
---
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 c53260b..287d223 100644
--- a/src/views/tickets/ticket.vue
+++ b/src/views/tickets/ticket.vue
@@ -558,7 +558,7 @@
{ label: "创建人", prop: "creator", width: 100 },
{ label: "处理人", prop: "handler", width: 100 },
{
- label: "是否复核",
+ label: "复核状态",
prop: "isReview",
width: 90,
formatter: (row) => {
--
Gitblit v1.9.3