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 @@