From 09e6dc3fb7266620fafb5e341808a8eb36e080a1 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 13 十二月 2025 22:51:52 +0800
Subject: [PATCH] feat:增加企业微信消息提醒
---
ruoyi-ui/src/views/system/notify/log/index.vue | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/views/system/notify/log/index.vue b/ruoyi-ui/src/views/system/notify/log/index.vue
index fbb1b60..e7079b9 100644
--- a/ruoyi-ui/src/views/system/notify/log/index.vue
+++ b/ruoyi-ui/src/views/system/notify/log/index.vue
@@ -113,6 +113,7 @@
<span>{{ parseTime(scope.row.sendTime) }}</span>
</template>
</el-table-column>
+ <el-table-column label="鍙戦�佸唴瀹�" align="center" prop="sendContent" show-overflow-tooltip />
<el-table-column label="鍙戦�佺粨鏋�" align="center" prop="sendResult" show-overflow-tooltip />
<el-table-column label="閲嶈瘯娆℃暟" align="center" prop="retryCount" />
<el-table-column label="鍒涘缓鏃堕棿" align="center" prop="createTime" width="180">
@@ -194,6 +195,19 @@
</el-row>
<el-row>
<el-col :span="24">
+ <el-form-item label="鍙戦�佸唴瀹癸細">
+ <el-input
+ type="textarea"
+ :rows="4"
+ placeholder="鍙戦�佸唴瀹�"
+ v-model="form.sendContent"
+ readonly>
+ </el-input>
+ </el-form-item>
+ </el-col>
+ </el-row>
+ <el-row>
+ <el-col :span="24">
<el-form-item label="鍝嶅簲娑堟伅锛�">{{ form.responseMsg }}</el-form-item>
</el-col>
</el-row>
--
Gitblit v1.9.1