From 0ffdf00009b0bede0859fa33deddefb55c075a7b Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 01 二月 2026 16:42:36 +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