From 4254623a44c0d6ed556c2c84385e0ce1eb7f93db Mon Sep 17 00:00:00 2001 From: RenCheng Date: Tue, 10 Jun 2025 22:13:01 +0800 Subject: [PATCH] =?UTF-8?q?125=E3=80=81126=E3=80=81128?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/dataSearch.vue | 8 ++++---- src/views/data/statistics.vue | 2 +- src/views/fileManage/index.vue | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/data/dataSearch.vue b/src/views/data/dataSearch.vue index c94ca83..b69a26b 100644 --- a/src/views/data/dataSearch.vue +++ b/src/views/data/dataSearch.vue @@ -10,7 +10,7 @@ - + @@ -19,17 +19,17 @@ - + - + - + 查询  导出dmp  导出csv、txt  diff --git a/src/views/data/statistics.vue b/src/views/data/statistics.vue index 4ce1640..51de7f5 100644 --- a/src/views/data/statistics.vue +++ b/src/views/data/statistics.vue @@ -63,7 +63,7 @@ }, getTables(){ - this.cleaningVarianceData =[['product', '原始库', '标准库']]; + this.cleaningVarianceData =[['product', '贴源库', '集成库']]; getAction("/dataAnalysis/getClnDiffStats",{}).then((res)=>{ if(res.success){ res.result.schemaNames.forEach(row => { diff --git a/src/views/fileManage/index.vue b/src/views/fileManage/index.vue index 7155670..2afeda0 100644 --- a/src/views/fileManage/index.vue +++ b/src/views/fileManage/index.vue @@ -233,7 +233,7 @@ export default { audio: 0, total: 0, }, - viewFileType:["png","bmp","jpg","jpeg","mp4","avi","mp3","pdf"] + viewFileType:["png","bmp","jpg","jpeg","mp4","mp3","pdf"] } }, created() {},