文案修改
This commit is contained in:
parent
055db65bf5
commit
5b0cd73265
|
|
@ -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> : '-'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue