文案修改

This commit is contained in:
黄心宇 2023-07-28 10:12:17 +08:00
parent 055db65bf5
commit 5b0cd73265
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his
title: '签订表预览',
dataIndex: 'content',
render: (text, record) => {
return record.signatureFormSignedFileId ? <a href={`${ httpUrl }/busiAttachments/viewAttachment/${ record.signatureFormSignedFile.uniqueFileName }`} target='_blank'>协议预览</a> : '-'
return record.signatureFormSignedFileId ? <a href={`${ httpUrl }/busiAttachments/viewAttachment/${ record.signatureFormSignedFile.uniqueFileName }`} target='_blank'>签订表预览</a> : '-'
}
},
{