From 116402f865e06b11aefa259d80cee456c70956fa Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 18 Apr 2025 09:55:06 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90=E8=B4=A6=E5=8F=B7=E7=99=BB?=
=?UTF-8?q?=E5=BD=95=E6=97=A5=E5=BF=97=E3=80=91=E5=8E=BB=E9=99=A4=E7=94=A8?=
=?UTF-8?q?=E6=88=B7=E7=B1=BB=E5=9E=8B=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/login-log/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/system/login-log/index.vue b/src/views/system/login-log/index.vue
index 6cb78be9..684db13b 100644
--- a/src/views/system/login-log/index.vue
+++ b/src/views/system/login-log/index.vue
@@ -17,12 +17,12 @@
-
+
From 83fa9375377844fd2ef8bc9d5f785829d129c21a Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 18 Apr 2025 14:23:29 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E9=80=9A=E7=94=A8=E5=9F=B9=E8=AE=AD?=
=?UTF-8?q?=E6=96=87=E6=A1=A3=E6=96=B0=E5=A2=9E=E5=8F=91=E5=B8=83=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/dictionary.js | 15 +++-
.../components/SignatureTemplate/index.vue | 68 +++++++++++++++++--
2 files changed, 75 insertions(+), 8 deletions(-)
diff --git a/src/api/dictionary.js b/src/api/dictionary.js
index ba2e0ab9..d3e05595 100644
--- a/src/api/dictionary.js
+++ b/src/api/dictionary.js
@@ -212,7 +212,20 @@ export function getSystemDocumentList(param) {
data: param
})
}
-
+export function publishSystemDocument(param) {
+ return request({
+ url: `/SystemDocument/publishSystemDocument`,
+ method: 'post',
+ data: param
+ })
+}
+export function outLineSystemDocument(param) {
+ return request({
+ url: `/SystemDocument/outLineSystemDocument`,
+ method: 'post',
+ data: param
+ })
+}
export function addOrUpdateSystemDocument(param) {
return request({
url: `/SystemDocument/addOrUpdateSystemDocument`,
diff --git a/src/views/dictionary/attachment/components/SignatureTemplate/index.vue b/src/views/dictionary/attachment/components/SignatureTemplate/index.vue
index 3c87d2ec..78d3203e 100644
--- a/src/views/dictionary/attachment/components/SignatureTemplate/index.vue
+++ b/src/views/dictionary/attachment/components/SignatureTemplate/index.vue
@@ -59,14 +59,24 @@
{{ $t('common:button:new') }}
+
+ {{ $t('dictionary:signature:button:publish') }}
+
+
+ {{ $t('common:button:revoke') }}
+
-
+ @sort-change="handleSortByColumn" @selection-change="handleSelectionChange">
+
+
+
+
+
+ {{
+ $fd('AttachmentPublishStatus', scope.row.IsPublish)
+ }}
+
+
@@ -114,7 +132,7 @@
-
+
{{ $t('common:button:preview') }}
@@ -122,7 +140,11 @@
{{ $t('common:button:edit') }}
-
+
+ {{ $t('dictionary:signature:button:publish') }}
+
+
{{ $t('common:button:revoke') }}
@@ -153,7 +175,7 @@