From 32ec2167a0ba365db02865c7ceaee346983ea7cc Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Wed, 10 Sep 2025 23:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=AA=92=E4=BD=93=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mediaLibrary/index.vue | 4 +- src/views/mediaLibrary/mediaLogs.vue | 150 +++++++++++++++++---------- 2 files changed, 99 insertions(+), 55 deletions(-) diff --git a/src/views/mediaLibrary/index.vue b/src/views/mediaLibrary/index.vue index 21aa2f6..e6d255c 100644 --- a/src/views/mediaLibrary/index.vue +++ b/src/views/mediaLibrary/index.vue @@ -164,7 +164,7 @@ @@ -631,7 +631,7 @@ const handleCloseDetail = () => { const handleLogs = (row) => { showLogs.value = true nextTick(() => { - // supplierLogsRef.value.initForm('编辑供应商', row) + mediaLogsRef.value.initLog(row) }) } // 关闭日志 diff --git a/src/views/mediaLibrary/mediaLogs.vue b/src/views/mediaLibrary/mediaLogs.vue index 7133668..3afa5da 100644 --- a/src/views/mediaLibrary/mediaLogs.vue +++ b/src/views/mediaLibrary/mediaLogs.vue @@ -24,7 +24,7 @@ + :type="activeIndex === index ? 'primary' : 'default'" @click="handleChoseType(index)"> @@ -32,17 +32,17 @@ - + - + - - - + + + -
- - -
{{ activity.user }}{{ activity.type - }} + +
+ + +
+ {{ activity.createBy }} + 新增 + 修改 + 废除
  • 变更字段: - - - - + + + + + + + + + + @@ -90,18 +107,19 @@
+