From 0a3eed02e78dfeeb7763a4b62992eefcd1f5a0ca Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期二, 23 十二月 2025 23:33:34 +0800
Subject: [PATCH] feat: 优化状态变更时实时推送
---
ruoyi-ui/src/views/system/notify/log/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/system/notify/log/index.vue b/ruoyi-ui/src/views/system/notify/log/index.vue
index e7079b9..071381b 100644
--- a/ruoyi-ui/src/views/system/notify/log/index.vue
+++ b/ruoyi-ui/src/views/system/notify/log/index.vue
@@ -88,7 +88,7 @@
<el-table v-loading="loading" :data="notifySendLogList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />
- <el-table-column label="ID" align="center" prop="id" />
+
<el-table-column label="閫氱煡浠诲姟ID" align="center" prop="notifyTaskId" />
<el-table-column label="浠诲姟ID" align="center" prop="taskId" />
<el-table-column label="鐢ㄦ埛ID" align="center" prop="userId" />
--
Gitblit v1.9.1