update 稽查流程-稽查内容新增-文件预览提示

This commit is contained in:
danshihao
2024-01-22 14:05:24 +08:00
parent 95f6cbd365
commit e3ab634af9
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -176,6 +176,7 @@ module.exports = {
pleaseSelectStandard: '请选择标准',
successfullyDelete: '删除成功',
cannotAddAgain: '不能重复添加',
noFileAvailableForPreview: '暂无可预览的文件',
// 树右键
treeRight: {
addFolder: 'Create New Folder',
+1
View File
@@ -185,6 +185,7 @@ module.exports = {
successfullyDelete: '删除成功',
cannotAddAgain: '不能重复添加',
pleaseSelectDate: '请选择日期',
noFileAvailableForPreview: '暂无可预览的文件',
// 树右键
treeRight: {
addFolder: '新增文件夹',
@@ -11,7 +11,7 @@
<!-- 左侧文件预览 -->
<div class="content-left">
<iframe v-if="iframeSrc" :src="iframeSrc" width="100%" frameborder="0"></iframe>
<a-empty class="empty-file" v-else description="当前文件类型暂不支持预览"></a-empty>
<a-empty class="empty-file" v-else :description="$t('noFileAvailableForPreview')"></a-empty>
</div>
<!-- 右侧表单区域 -->
<div class="content-right">