diff --git a/frontend/src/api/device/interface/error.ts b/frontend/src/api/device/interface/error.ts index 114e548..1c54a7f 100644 --- a/frontend/src/api/device/interface/error.ts +++ b/frontend/src/api/device/interface/error.ts @@ -33,7 +33,9 @@ export namespace ErrorSystem { endFlag?:number;//是否包含结束值 conditionType?:string;//判断条件值类型(包括值类型,绝对值、相对值) maxErrorValue:number;//误差最大值 - errorValueType:string;//误差值类型(包括值类型,绝对值、相对值1、相对值2) + errorValueType:any;//误差值类型(0标称值、1标准值、2值类型) + valueType:number;//值类型(1绝对值、2相对值) + errorUnit:string;//误差单位 } //查看详细误差体系 diff --git a/frontend/src/views/machine/errorSystem/components/errorSystemDetailTable.vue b/frontend/src/views/machine/errorSystem/components/errorSystemDetailTable.vue index 576d38d..e080036 100644 --- a/frontend/src/views/machine/errorSystem/components/errorSystemDetailTable.vue +++ b/frontend/src/views/machine/errorSystem/components/errorSystemDetailTable.vue @@ -1,169 +1,161 @@