Renamed "conformance checker" to "conformance check".

This commit is contained in:
依瑪貓
2023-09-23 22:53:32 +08:00
parent add059f1e1
commit 453219f569
2 changed files with 19 additions and 19 deletions

View File

@@ -536,7 +536,7 @@ export default {
},
/**
* Apply button 發送選項,取得 Checker Id.
* Apply button 發送選項,取得 Check Id.
*/
async submit() {
let data;
@@ -906,7 +906,7 @@ export default {
this.isLoading = true;
this.isSubmit = true;
this.isSubmitData = data; // 已 Apply 後,沒有重新改變規則的 Data
await this.conformanceStore.addLogConformanceTempCheckerId(data);
await this.conformanceStore.addLogConformanceTempCheckId(data);
await this.conformanceStore.getLogConformanceTempReport();
this.isShowBar = false;
this.isLoading = false;