refactor: 测试报告的loading提示

This commit is contained in:
Captain.B 2020-11-17 16:27:39 +08:00
parent 519d43a8a5
commit 82c258b553
4 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ import MsScenarioResults from "./components/ScenarioResults";
import MsContainer from "@/business/components/common/components/MsContainer";
import MsMainContainer from "@/business/components/common/components/MsMainContainer";
import MsApiReportExport from "./ApiReportExport";
import {exportPdf} from "../../../../common/js/utils";
import {exportPdf} from "@/common/js/utils";
import html2canvas from "html2canvas";
import MsApiReportViewHeader from "./ApiReportViewHeader";
import {RequestFactory} from "../test/model/ScenarioModel";

View File

@ -703,7 +703,7 @@ export default {
detail: "Report detail",
delete: "Delete report",
batch_delete: "Delete reports in bulk",
running: "The test is running",
running: "The test is reporting",
not_exist: "Test report does not exist",
},
test_track: {

View File

@ -705,7 +705,7 @@ export default {
detail: "报告详情",
delete: "删除报告",
batch_delete: "批量删除报告",
running: "测试执行中",
running: "测试报告导出中",
not_exist: "测试报告不存在",
},
test_track: {

View File

@ -706,7 +706,7 @@ export default {
detail: "報告詳情",
delete: "刪除報告",
batch_delete: "批量刪除報告",
running: "測試執行中",
running: "測試報告導出中",
not_exist: "測試報告不存在",
},
test_track: {