From f5be1b3dd663b012dc74ab1bbca8ffb407e091d7 Mon Sep 17 00:00:00 2001
From: rjg <746338628@qq.com>
Date: Tue, 06 May 2025 17:53:23 +0800
Subject: [PATCH] 任务数量
---
src/views/tickets/orderLog.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/tickets/orderLog.vue b/src/views/tickets/orderLog.vue
index ea6e033..8a36b19 100644
--- a/src/views/tickets/orderLog.vue
+++ b/src/views/tickets/orderLog.vue
@@ -584,6 +584,8 @@
{ label: '工单名称', prop: 'name', width: 100, ellipsis: true, overHidden: true },
{ label: '所属单位', prop: 'dept_name', width: 100, ellipsis: true },
{ label: '发起时间', prop: 'create_time', width: 144, ellipsis: true },
+ { label: '已执行次数', prop: 'job_num', width: 100, ellipsis: true },
+
{ label: '工单内容', prop: 'content', width: 160, ellipsis: true, overHidden: true },
{ label: '关联航线', prop: 'wayline_name', width: 100, ellipsis: true, overHidden: true },
{ label: '关联算法', prop: 'ai_type_str', width: 100, ellipsis: true, overHidden: true },
--
Gitblit v1.9.3