diff --git a/frontend/src/api/check/interface/index.ts b/frontend/src/api/check/interface/index.ts index dd50310..37c35cd 100644 --- a/frontend/src/api/check/interface/index.ts +++ b/frontend/src/api/check/interface/index.ts @@ -48,18 +48,22 @@ export namespace CheckData { stdA?: string, dataA?: string, errorA?: string, + maxErrorA?: string, isDataA?: number, stdB?: string, dataB?: string, errorB?: string, + maxErrorB?: string, isDataB?: number, stdC?: string, dataC?: string, errorC?: string, + maxErrorC?: string, isDataC?: number, stdT?: string, dataT?: string, errorT?: string, + maxErrorT?: string, isDataT?: number, //最大误差值 diff --git a/frontend/src/views/home/components/dataCheckResultTable.vue b/frontend/src/views/home/components/dataCheckResultTable.vue index 0d4accd..ba55705 100644 --- a/frontend/src/views/home/components/dataCheckResultTable.vue +++ b/frontend/src/views/home/components/dataCheckResultTable.vue @@ -16,7 +16,7 @@