export const constTestType = [ { label: '空载试验', value: 'kz', }, { label: '负载试验', value: 'fz', }, { label: '绕阻试验', value: 'rz' } ];