Demo: update

This commit is contained in:
街角小林 2024-04-01 20:08:15 +08:00
parent 58dc232ebf
commit 92894d0341
3 changed files with 5 additions and 2 deletions

View File

@ -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'
} }
} }

View File

@ -328,6 +328,7 @@ export default {
formatTip: '格式化完成' formatTip: '格式化完成'
}, },
attachment: { attachment: {
deleteAttachment: '删除附件' deleteAttachment: '删除附件',
tip: '附件功能仅在客户端可用'
} }
} }

View File

@ -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'))
}, },
// //