Demo: update
This commit is contained in:
parent
58dc232ebf
commit
92894d0341
@ -334,6 +334,7 @@ export default {
|
|||||||
formatTip: 'Format complete'
|
formatTip: 'Format complete'
|
||||||
},
|
},
|
||||||
attachment: {
|
attachment: {
|
||||||
deleteAttachment: 'Delete attachment'
|
deleteAttachment: 'Delete attachment',
|
||||||
|
tip: 'The attachment function is only available on the client side'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -328,6 +328,7 @@ export default {
|
|||||||
formatTip: '格式化完成'
|
formatTip: '格式化完成'
|
||||||
},
|
},
|
||||||
attachment: {
|
attachment: {
|
||||||
deleteAttachment: '删除附件'
|
deleteAttachment: '删除附件',
|
||||||
|
tip: '附件功能仅在客户端可用'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -70,6 +70,7 @@ export default {
|
|||||||
// 点击附件图标,一般用来打开或下载附件
|
// 点击附件图标,一般用来打开或下载附件
|
||||||
onNodeAttachmentClick(node, e, icon) {
|
onNodeAttachmentClick(node, e, icon) {
|
||||||
// console.log(node.getData('attachmentUrl'))
|
// console.log(node.getData('attachmentUrl'))
|
||||||
|
this.$message.info(this.$t('attachment.tip'))
|
||||||
},
|
},
|
||||||
|
|
||||||
// 显示删除浮层
|
// 显示删除浮层
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user