From 5b0cd732656a080509dda16c8053a9f1f7560fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Fri, 28 Jul 2023 10:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/military/task/agreementSign/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/military/task/agreementSign/index.jsx b/src/military/task/agreementSign/index.jsx index fc16f5a3b..ef1c58d0f 100644 --- a/src/military/task/agreementSign/index.jsx +++ b/src/military/task/agreementSign/index.jsx @@ -127,7 +127,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his title: '签订表预览', dataIndex: 'content', render: (text, record) => { - return record.signatureFormSignedFileId ? 协议预览 : '-' + return record.signatureFormSignedFileId ? 签订表预览 : '-' } }, {