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() {},