From e2db9c2d51ae0cceea26b055ec04aea2a402b093 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Thu, 15 May 2025 11:08:06 +0800
Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=94=A8=E5=9F=B9=E8=AE=AD=E6=96=87?=
=?UTF-8?q?=E6=A1=A3=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../SignatureTemplate/attachmentList.vue | 19 +++++++++-
.../components/SignatureTemplate/index.vue | 35 +++++++++++--------
2 files changed, 39 insertions(+), 15 deletions(-)
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
},