修改检测结果弹窗框

This commit is contained in:
caozehui
2025-01-07 11:19:33 +08:00
parent a629907196
commit ba0c577514
5 changed files with 186 additions and 120 deletions

View File

@@ -48,15 +48,19 @@ export namespace CheckData {
aStd?: string,
aData?: string,
aError?: string,
isDataA?: number,
bStd?: string,
bData?: string,
bError?: string,
isDataB?: number,
cStd?: string,
cData?: string,
cError?: string,
isDataC?: number,
tStd?: string,
tData?: string,
tError?: string,
isDataT?: number,
//最大误差值
maxError?: string,