lyq 5 月之前
父节点
当前提交
247e851d83
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      data-ui/src/views/data/digitalemergency1/log/index.vue

+ 2 - 2
data-ui/src/views/data/digitalemergency1/log/index.vue

@@ -194,7 +194,7 @@
                      icon="list-icon-sj iconfont icon-chakan"
                      @click="handleInspection(scope.row)"
                      v-hasPermi="['system:log:edit']"
-          >巡检记录
+          >巡检明细
           </el-button>
 
 
@@ -440,7 +440,7 @@
       handleExport() {
         this.queryParams.beginTime = this.dateRange[0];
         this.queryParams.endTime = this.dateRange[1];
-        this.download('system/log/export', {
+        this.download('sooka-sponest-center-data/log/export', {
           ...this.queryParams
         }, `log_${new Date().getTime()}.xlsx`)
       }