Commit 7be7c0c2 by lichengming

修改了检测管理

parent d440aa81
......@@ -149,46 +149,69 @@ export default {
}
],
pageColumns: [
{ title: '阶段编号', key: 'stageNumber' },
{ title: '试验开始后的时间', key: 'timeSinceStartOfTest' },
{ title: '阶段开始后的时间', key: 'timeSinceStartOfStage' },
{ title: '轴向位移(mm)', key: 'axialDisplacement' },
{ title: '轴向载荷(kN)', key: 'axialLoad' },
{ title: '水平位移(mm)', key: 'horizontalDisplacement' },
{ title: '水平荷载(kN)', key: 'horizontalLoad' },
{ title: '孔隙水压力(kPa)', key: 'poreWaterPressure' },
{ title: '背压(kPa)', key: 'backPressure' },
{ title: '回流量(mm3)', key: 'backVolume' },
{ title: '未定义传感器1', key: 'undefinedTransducerOne' },
{ title: '未定义传感器2', key: 'undefinedTransducerTwo' },
{ title: '环剪切扭矩(Nm)', key: 'ringShearTorqueNm' },
{ title: '环剪切角(degs)', key: 'ringShearTorqueDegs' },
{ title: '下腔压力(kPa)', key: 'lowerChamberPr' },
{ title: '下腔容积(mm3)', key: 'lowerChamberVol' },
{ title: '轴向位移2(mm)', key: 'axialDisplacementTwo' },
{ title: '水平位移2(mm)', key: 'horizontalDisplacementTwo' },
{ title: '环向剪切荷载1(kN)', key: 'ringShearLoadOne' },
{ title: '环向剪切荷载2(kN)', key: 'ringShearLoadTwo' },
{ title: '轴向载荷2(kN)', key: 'axialLoadTwo' },
{ title: '水平荷载2(kN)', key: 'horizontalLoadTwo' },
{ title: '水平荷载3(kN)', key: 'horizontalLoadThree' },
{ title: '轴向行程(mm)', key: 'axialStroke' },
{ title: '水平行程(mm)', key: 'horizontalStroke' },
{ title: '孔隙气压(kPa)', key: 'poreAirPressure' },
{ title: '孔隙气压2(kPa)', key: 'poreAirPressureTwo' },
{ title: '大气压力(kPa)', key: 'atmosphericPressure' },
{ title: '背压差(kPa)', key: 'backToAirDifferential' },
{ title: '围压', key: 'cellPressure' },
{ title: 'Stage Number', key: 'stageNumber' },
{ title: 'Time since start of test (s)', key: 'timeSinceStartOfTest' },
{
title: 'Time since start of stage (s)',
key: 'timeSinceStartOfStage'
},
{ title: 'Axial Displacement (mm)', key: 'axialDisplacement' },
{ title: 'Axial Load (kN)', key: 'axialLoad' },
{
title: 'Horizontal Displacement (mm)',
key: 'horizontalDisplacement'
},
{ title: 'Horizontal Load (kN)', key: 'horizontalLoad' },
{ title: 'Pore Water Pressure (kPa)', key: 'poreWaterPressure' },
{ title: 'Back Pressure (kPa)', key: 'backPressure' },
{ title: 'Back Volume (mm3)', key: 'backVolume' },
{ title: 'Undefined Transducer 1', key: 'undefinedTransducerOne' },
{ title: 'Undefined Transducer 2', key: 'undefinedTransducerTwo' },
{ title: 'Ring Shear Torque (Nm)', key: 'ringShearTorqueNm' },
{ title: 'Ring Shear Angle (degs)', key: 'ringShearTorqueDegs' },
{ title: 'Lower Chamber Pr (kPa)', key: 'lowerChamberPr' },
{ title: 'Lower Chamber Vol (mm3)', key: 'lowerChamberVol' },
{ title: 'Axial Displacement 2 (mm)', key: 'axialDisplacementTwo' },
{
title: 'Horizontal Displacement 2 (mm)',
key: 'horizontalDisplacementTwo'
},
{ title: 'Ring Shear Load 1 (kN)', key: 'ringShearLoadOne' },
{ title: 'Ring Shear Load 2 (kN)', key: 'ringShearLoadTwo' },
{ title: 'Axial Load 2 (kN)', key: 'axialLoadTwo' },
{ title: 'Horizontal Load 2 (kN)', key: 'horizontalLoadTwo' },
{ title: 'Horizontal Load 3 (kN)', key: 'horizontalLoadThree' },
{ title: 'Axial Stroke (mm)', key: 'axialStroke' },
{ title: 'Horizontal Stroke (mm)', key: 'horizontalStroke' },
{ title: 'Pore Air Pressure (kPa)', key: 'poreAirPressure' },
{ title: 'Pore Air Pressure 2 (kPa)', key: 'poreAirPressureTwo' },
{ title: 'Atmospheric Pressure (kPa)', key: 'atmosphericPressure' },
{
title: 'Back to Air differential (kPa)',
key: 'backToAirDifferential'
},
{ title: 'Cell Pressure (kPa)', key: 'cellPressure' },
{ title: 'Cell Volume (mm3)', key: 'cellVolume' },
{ title: '孔隙风量(mm3)', key: 'poreAirVolume' },
{ title: '轴向应变(%)', key: 'axialStrain' },
{ title: '正应力(kPa)', key: 'normalStress' },
{ title: '环剪机水平应变(%)或水平环位移(mm)', key: 'hsohrdfrsm' },
{ title: '环剪机的水平应力(kPa)或剪切应力(kPa)', key: 'hsossfrsm' },
{ title: '水平有效应力(kPa)', key: 'horizontalEffStress' },
{ title: '有效面积(mm2)', key: 'effectiveArea' },
{ title: '法向有效应力(kPa)', key: 'normalEffectiveStress' },
{ title: '平均环向剪切荷载(kN)', key: 'averageRingShearLoad' }
{ title: 'Pore Air Volume (mm3)', key: 'poreAirVolume' },
{ title: 'Axial Strain (%)', key: 'axialStrain' },
{ title: 'Normal Stress (kPa)', key: 'normalStress' },
{
title:
'Horizontal Strain (%) or Horizontal Ring Displacement for Ring Shear Machine (mm)',
key: 'hsohrdfrsm'
},
{
title:
'Horizontal Stress (kPa) or Shear Stress for Ring Shear Machine (kPa)',
key: 'hsossfrsm'
},
{ title: 'Horizontal Eff Stress (kPa)', key: 'horizontalEffStress' },
{ title: 'Effective Area (mm2)', key: 'effectiveArea' },
{
title: 'Normal Effective Stress (kPa)',
key: 'normalEffectiveStress'
},
{ title: 'Average Ring Shear Load (kN)', key: 'averageRingShearLoad' }
],
currentIndex: -1,
id: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment