From e1ffaf9b18fb7fdaa0f6520d293aa41f530c131f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com>
Date: Sat, 7 May 2022 22:13:03 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=AE=A1=E7=90=86=E6=94=B9?=
=?UTF-8?q?=E7=94=A8=E7=BB=84=E5=90=88=E5=BC=8Fapi=E5=86=99=E6=B3=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/tool/file/index.vue | 457 ++++++++++++++++++----------------
1 file changed, 238 insertions(+), 219 deletions(-)
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
+