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 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";
|
||||
|
|
|
@ -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: {
|
||||
|
|
|
@ -705,7 +705,7 @@ export default {
|
|||
detail: "报告详情",
|
||||
delete: "删除报告",
|
||||
batch_delete: "批量删除报告",
|
||||
running: "测试执行中",
|
||||
running: "测试报告导出中",
|
||||
not_exist: "测试报告不存在",
|
||||
},
|
||||
test_track: {
|
||||
|
|
|
@ -706,7 +706,7 @@ export default {
|
|||
detail: "報告詳情",
|
||||
delete: "刪除報告",
|
||||
batch_delete: "批量刪除報告",
|
||||
running: "測試執行中",
|
||||
running: "測試報告導出中",
|
||||
not_exist: "測試報告不存在",
|
||||
},
|
||||
test_track: {
|
||||
|
|
Loading…
Reference in New Issue