From beab7cd2ee299fd218b8a5e2ab20045d8e9509ef Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 21 Apr 2025 15:58:09 +0800
Subject: [PATCH] feat: 更换参数

---
 src/components/DeviceJobDetails/JobRelatedEvents.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/DeviceJobDetails/JobRelatedEvents.vue b/src/components/DeviceJobDetails/JobRelatedEvents.vue
index ef28ccd..97e8f6e 100644
--- a/src/components/DeviceJobDetails/JobRelatedEvents.vue
+++ b/src/components/DeviceJobDetails/JobRelatedEvents.vue
@@ -8,7 +8,7 @@
 			:row-style="{ height: '38px', fontSize: '14px', 'text-align': 'center' }"
 			:header-cell-style="{ 'text-align': 'center', height: '36px', fontSize: '14px' }"
 		>
-			<el-table-column prop="id" label="事件编号" />
+			<el-table-column prop="event_num" label="事件编号" />
 			<el-table-column show-overflow-tooltip prop="event_name" label="事件名称" />
 			<el-table-column show-overflow-tooltip prop="dept_name" label="所属单位" />
 			<el-table-column show-overflow-tooltip prop="remark" label="事件内容" />

--
Gitblit v1.9.3