From 78fbae1c1f0149a210bba697c96df936e8e3a70e Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 15 May 2025 09:46:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=94=A8=E5=9F=B9=E8=AE=AD=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E7=9A=84=E7=9B=B8=E5=85=B3=E6=96=87=E4=BB=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0/=E7=BC=96=E8=BE=91=E5=BC=B9=E6=A1=86=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=A2=9E=E5=8A=A0=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/SignatureTemplate/attachmentList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/dictionary/attachment/components/SignatureTemplate/attachmentList.vue b/src/views/dictionary/attachment/components/SignatureTemplate/attachmentList.vue index 8aaaaac1..31531ffd 100644 --- a/src/views/dictionary/attachment/components/SignatureTemplate/attachmentList.vue +++ b/src/views/dictionary/attachment/components/SignatureTemplate/attachmentList.vue @@ -147,6 +147,10 @@ export default { } }, edit(row) { + this.title = this.$t('dictionary:signature:attachmentForm:title:update') + if (!row.Id) { + this.title = this.$t('dictionary:signature:attachmentForm:title:add') + } this.rowData = Object.assign({}, row) this.visible = true },