实现V4 Payment附件预览前端

This commit is contained in:
andy
2026-07-21 16:52:49 +07:00
parent 4b869a0ecd
commit 61380a9ed8
9 changed files with 878 additions and 24 deletions

View File

@@ -608,6 +608,21 @@ export default {
yes: '是',
no: '否',
},
paymentAttachments: {
title: '付款凭证附件',
loading: '正在加载附件预览权限...',
loadFailed: '附件预览暂不可用,可检查来源邮件权限后重试。',
empty: '暂无付款凭证附件。',
openPreview: '查看大图',
closePreview: '关闭预览',
download: '下载',
previewUnavailable: '不可预览',
downloadUnavailable: '不可下载',
noMatchedMedia: '当前邮件中未找到匹配附件。',
missingSourceMessage: '缺少来源邮件,暂不可预览或下载。',
unavailableReason: '不可用原因:{reason}',
fileMeta: '{type} · {size}',
},
lookup: {
loading: '目录加载中',
empty: '当前目录没有可选项;如果是搜索无结果,不代表目录未初始化。',