diff --git a/src/views/dictionary/attachment/components/SignatureTemplate/attachmentList.vue b/src/views/dictionary/attachment/components/SignatureTemplate/attachmentList.vue
index 31531ffd..ef5ed7cb 100644
--- a/src/views/dictionary/attachment/components/SignatureTemplate/attachmentList.vue
+++ b/src/views/dictionary/attachment/components/SignatureTemplate/attachmentList.vue
@@ -2,6 +2,11 @@
+
+
+ {{ rowData.Name }}
+
+
{{ $t('common:button:add') }}
{
+ return {}
+ }
+ },
SystemDocumentId: {
type: String,
default: ''
@@ -230,4 +241,10 @@ export default {
}
}
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/src/views/dictionary/attachment/components/SignatureTemplate/index.vue b/src/views/dictionary/attachment/components/SignatureTemplate/index.vue
index 7182ef98..c7f9702c 100644
--- a/src/views/dictionary/attachment/components/SignatureTemplate/index.vue
+++ b/src/views/dictionary/attachment/components/SignatureTemplate/index.vue
@@ -81,7 +81,12 @@
sortable="custom" min-width="120px" />
-
+
+
+ {{ scope.row.AttachmentCount }}
+
+
-
-
- {{ scope.row.AttachmentCount }}
-
-
-
+
-
+
-
+
-
+
-
+
@@ -157,7 +161,8 @@
-
+
@@ -225,7 +230,8 @@ export default {
title: this.$t('dictionary:signature:attachmentList:title'),
width: '800px',
},
- multipleSelection: []
+ multipleSelection: [],
+ rowData: {}
}
},
mounted() {
@@ -264,6 +270,7 @@ export default {
}
},
openAttachment(row) {
+ this.rowData = row
this.SystemDocumentId = row.Id
this.config.visible = true
},