From 7a560e8746936cb7c9547403458b90e3286a56a2 Mon Sep 17 00:00:00 2001
From: JiangQiming <291854119@qq.com>
Date: Sun, 29 Jan 2023 18:13:56 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E9=80=9A=E7=9F=A5=E9=85=8D=E7=BD=AE,?=
=?UTF-8?q?=E9=80=9A=E7=9F=A5=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2+?=
=?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/notice/Config/Log/index.vue | 153 +++++++++++++++++++++++++-
src/views/notice/Config/index.vue | 3 +
2 files changed, 151 insertions(+), 5 deletions(-)
diff --git a/src/views/notice/Config/Log/index.vue b/src/views/notice/Config/Log/index.vue
index a3e86cd8..2be0156c 100644
--- a/src/views/notice/Config/Log/index.vue
+++ b/src/views/notice/Config/Log/index.vue
@@ -1,13 +1,156 @@
-
-
-
+
+
+
+
+
+ {{ moment(slotProps.notifyTime).format('YYYY-MM-DD HH:mm:ss') }}
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/src/views/notice/Config/index.vue b/src/views/notice/Config/index.vue
index e901e2ca..555ee350 100644
--- a/src/views/notice/Config/index.vue
+++ b/src/views/notice/Config/index.vue
@@ -152,6 +152,8 @@
+
+
@@ -236,6 +238,7 @@ const columns = [
const handleSearch = (e: any) => {
console.log('handleSearch:', e);
params.value = e;
+ console.log('params.value: ', params.value);
};
/**