diff --git a/src/views/tool/file/index.vue b/src/views/tool/file/index.vue
index 3de41b3..48e98ca 100644
--- a/src/views/tool/file/index.vue
+++ b/src/views/tool/file/index.vue
@@ -1,13 +1,19 @@
-
+
-
+
@@ -15,18 +21,21 @@
- 搜索
- 重置
+ {{ $t('btn.search') }}
+ {{ $t('btn.reset') }}
- 上传文件
+
+ {{ $t('btn.upload') }}
+
- 删除
+ {{ $t('btn.delete') }}
+
@@ -41,9 +50,16 @@
-
-
+
+
@@ -54,7 +70,7 @@
- {{scope.row.storeType}}
+ {{ scope.row.storeType }}
@@ -62,42 +78,40 @@
- 查看
-
- 复制
+ {{ $t('btn.view') }}
+
+ {{ $t('btn.copy') }}
+
+
+ {{ $t('btn.delete') }}
- 删除
-
+
- {{title}}
+ {{ title }}
-
+
- {{item.dictLabel}}
+ {{ item.dictLabel }}
-
@@ -109,247 +123,252 @@
-
-
-
+
-
+
- {{formView.id}}
+ {{ formView.id }}
- {{formView.realName}}
+ {{ formView.realName }}
- {{formView.fileType}}
+ {{ formView.fileType }}
- {{formView.fileExt}}
+ {{ formView.fileExt }}
- {{formView.fileName}}
+ {{ formView.fileName }}
- {{formView.storePath}}
+ {{ formView.storePath }}
- {{formView.fileSize}}
+ {{ formView.fileSize }}
- {{formView.create_by}}
+ {{ formView.create_by }}
-
+
-
+
- {{formView.accessUrl}}
-
- 复制
+
+ {{ formView.accessUrl }}
+
+ {{ $t('btn.copy') }}
- {{formView.fileUrl}}
+ {{ formView.fileUrl }}
-
\ No newline at end of file
+