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'
},
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: '格式化完成'
},
attachment: {
deleteAttachment: '删除附件'
deleteAttachment: '删除附件',
tip: '附件功能仅在客户端可用'
}
}

View File

@@ -70,6 +70,7 @@ export default {
// 点击附件图标,一般用来打开或下载附件
onNodeAttachmentClick(node, e, icon) {
// console.log(node.getData('attachmentUrl'))
this.$message.info(this.$t('attachment.tip'))
},
// 显示删除浮层