|
@@ -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`)
|
|
|
}
|