系数校准多装置按行展示
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import http from "@/api";
|
||||
import {ChannelsTest} from "@/api/home/interface/channelsTest";
|
||||
|
||||
export const getBigTestItem = () => {
|
||||
return http.get('');
|
||||
}
|
||||
//系数校准发送基本信息
|
||||
export const getCoefficientCheck = (params: any) => {
|
||||
return http.post(`/prepare/coefficientCheck`, params)
|
||||
}
|
||||
@@ -3,20 +3,24 @@ export namespace ChannelsTest {
|
||||
|
||||
// 系数校准列表
|
||||
export interface CoefficientVO {
|
||||
devName?: string;//设备名称
|
||||
type?:string;//区分大小电压
|
||||
monitorNum: string;//监测点序号
|
||||
desc: string;//描述
|
||||
aVuData:string;//电压通道A数据
|
||||
aVuXi:string;//电压通道A系数
|
||||
bVuData:string;//电压通道B数据
|
||||
bVuXi:number;//电压通道B系数
|
||||
cVuData:number;//电压通道C数据
|
||||
cVuXi?:string;//电压通道C系数
|
||||
aIeData?:string;//电流通道A数据
|
||||
aIeXi?:string;//电流通道A系数
|
||||
bIeData?:string;//电流通道B数据
|
||||
bIeXi?:string;//电流通道B系数
|
||||
cIeData?:string;//电流通道C数据
|
||||
cIeXi?:string;//电流通道C系数
|
||||
bVuXi:string;//电压通道B系数
|
||||
cVuData:string;//电压通道C数据
|
||||
cVuXi:string;//电压通道C系数
|
||||
aIeData:string;//电流通道A数据
|
||||
aIeXi:string;//电流通道A系数
|
||||
bIeData:string;//电流通道B数据
|
||||
bIeXi:string;//电流通道B系数
|
||||
cIeData:string;//电流通道C数据
|
||||
cIeXi:string;//电流通道C系数
|
||||
loading: boolean;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user