refactor: 测试报告的loading提示
This commit is contained in:
parent
519d43a8a5
commit
82c258b553
|
@ -44,7 +44,7 @@ import MsScenarioResults from "./components/ScenarioResults";
|
||||||
import MsContainer from "@/business/components/common/components/MsContainer";
|
import MsContainer from "@/business/components/common/components/MsContainer";
|
||||||
import MsMainContainer from "@/business/components/common/components/MsMainContainer";
|
import MsMainContainer from "@/business/components/common/components/MsMainContainer";
|
||||||
import MsApiReportExport from "./ApiReportExport";
|
import MsApiReportExport from "./ApiReportExport";
|
||||||
import {exportPdf} from "../../../../common/js/utils";
|
import {exportPdf} from "@/common/js/utils";
|
||||||
import html2canvas from "html2canvas";
|
import html2canvas from "html2canvas";
|
||||||
import MsApiReportViewHeader from "./ApiReportViewHeader";
|
import MsApiReportViewHeader from "./ApiReportViewHeader";
|
||||||
import {RequestFactory} from "../test/model/ScenarioModel";
|
import {RequestFactory} from "../test/model/ScenarioModel";
|
||||||
|
|
|
@ -703,7 +703,7 @@ export default {
|
||||||
detail: "Report detail",
|
detail: "Report detail",
|
||||||
delete: "Delete report",
|
delete: "Delete report",
|
||||||
batch_delete: "Delete reports in bulk",
|
batch_delete: "Delete reports in bulk",
|
||||||
running: "The test is running",
|
running: "The test is reporting",
|
||||||
not_exist: "Test report does not exist",
|
not_exist: "Test report does not exist",
|
||||||
},
|
},
|
||||||
test_track: {
|
test_track: {
|
||||||
|
|
|
@ -705,7 +705,7 @@ export default {
|
||||||
detail: "报告详情",
|
detail: "报告详情",
|
||||||
delete: "删除报告",
|
delete: "删除报告",
|
||||||
batch_delete: "批量删除报告",
|
batch_delete: "批量删除报告",
|
||||||
running: "测试执行中",
|
running: "测试报告导出中",
|
||||||
not_exist: "测试报告不存在",
|
not_exist: "测试报告不存在",
|
||||||
},
|
},
|
||||||
test_track: {
|
test_track: {
|
||||||
|
|
|
@ -706,7 +706,7 @@ export default {
|
||||||
detail: "報告詳情",
|
detail: "報告詳情",
|
||||||
delete: "刪除報告",
|
delete: "刪除報告",
|
||||||
batch_delete: "批量刪除報告",
|
batch_delete: "批量刪除報告",
|
||||||
running: "測試執行中",
|
running: "測試報告導出中",
|
||||||
not_exist: "測試報告不存在",
|
not_exist: "測試報告不存在",
|
||||||
},
|
},
|
||||||
test_track: {
|
test_track: {
|
||||||
|
|
Loading…
Reference in New Issue