diff --git a/ah-jjzhgd-web/src/views/log/abnormalLog/index.vue b/ah-jjzhgd-web/src/views/log/abnormalLog/index.vue
index 547587e..becbc0a 100644
--- a/ah-jjzhgd-web/src/views/log/abnormalLog/index.vue
+++ b/ah-jjzhgd-web/src/views/log/abnormalLog/index.vue
@@ -1,7 +1,7 @@
-
+
-
+
@@ -78,9 +78,9 @@
-
-
+
0){
+ if(this.rangeDate && this.rangeDate.length>0){
this.listQuery.operTime = this.rangeDate[0]+' - '+this.rangeDate[1];
}
getErrLogs(this.listQuery).then((response) => {
@@ -214,7 +214,7 @@ export default {
},
//导出
handleExport(){
-
+
// exportCarDetail().then(res => {
// downloadFile({ fileName: '设备详情.xlsx', fileData: res, fileType: 'application/vnd.ms-excel;charset=utf-8' })
// })
diff --git a/ah-jjzhgd-web/src/views/log/businessLog/index.vue b/ah-jjzhgd-web/src/views/log/businessLog/index.vue
index 4163364..c8da09e 100644
--- a/ah-jjzhgd-web/src/views/log/businessLog/index.vue
+++ b/ah-jjzhgd-web/src/views/log/businessLog/index.vue
@@ -29,7 +29,7 @@
-
+
@@ -46,7 +46,7 @@
备份
-
+
-
+
-
+
{{ row.fruit }}
@@ -80,7 +80,7 @@
-
+
-
+
-
\ No newline at end of file
diff --git a/ah-jjzhgd-web/src/views/log/logAnalyse/index.vue b/ah-jjzhgd-web/src/views/log/logAnalyse/index.vue
index 9fc1e80..1fea8f2 100644
--- a/ah-jjzhgd-web/src/views/log/logAnalyse/index.vue
+++ b/ah-jjzhgd-web/src/views/log/logAnalyse/index.vue
@@ -29,13 +29,13 @@
日志类型
-
+
-
+
-
\ No newline at end of file
diff --git a/ah-jjzhgd-web/src/views/log/systemLog/index.vue b/ah-jjzhgd-web/src/views/log/systemLog/index.vue
index 062bb66..6e5c73e 100644
--- a/ah-jjzhgd-web/src/views/log/systemLog/index.vue
+++ b/ah-jjzhgd-web/src/views/log/systemLog/index.vue
@@ -29,7 +29,7 @@
-
+
@@ -63,13 +63,13 @@
-
+
-
+
{{ row.fruit }}
@@ -80,7 +80,7 @@
-
+
0){
+ if(this.rangeDate && this.rangeDate.length>0){
this.listQuery.operTime = this.rangeDate[0]+' - '+this.rangeDate[1];
}
getSysLogs(this.listQuery).then((response) => {
@@ -189,7 +189,7 @@ export default {
pageSize: 10,
operaUserName: '',
ip: '',
-
+
content:'',
result: '',
operateType: '',
@@ -204,11 +204,11 @@ export default {
downloadSysLogs().then(res => {
downloadFile({ fileName: '系统日志.sql', fileData: res, fileType: 'text/html;charset=UTF-8' })
})
-
+
},
//导出
handleExport(){
-
+
// exportCarDetail().then(res => {
// downloadFile({ fileName: '设备详情.xlsx', fileData: res, fileType: 'application/vnd.ms-excel;charset=utf-8' })
// })