From 9a387067f94ccf7d6f7dba04dfbf9aa3b7b592aa Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 27 Aug 2024 11:38:07 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=AF=BC=E5=87=BAword?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/products/Print/AgencyContract.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/products/Print/AgencyContract.jsx b/src/views/products/Print/AgencyContract.jsx index 8a3a695..96f9ce6 100644 --- a/src/views/products/Print/AgencyContract.jsx +++ b/src/views/products/Print/AgencyContract.jsx @@ -128,6 +128,16 @@ export default class AgencyContract { }), ], }), + new Paragraph({ + alignment: AlignmentType.RIGHT, + children: [ + new TextRun({ + text: `${new Date().toLocaleString()}系统生成`, + italics: true, + size: 20, + }), + ], + }) ], }), },