|
|
@ -1,11 +1,11 @@ |
|
|
|
const state = { |
|
|
|
syncMessages: [], // 同步消息
|
|
|
|
weightMessage: null, // 体重
|
|
|
|
weightMessage: 0, // 体重
|
|
|
|
rfidMessage: null, // RFID
|
|
|
|
weighSensor1: '', // 称重传感器一
|
|
|
|
weighSensor2: '', // 称重传感器二
|
|
|
|
weighSensor3: '', // 称重传感器三
|
|
|
|
weighSensor4: '', // 称重传感器四
|
|
|
|
weighSensor1: 0, // 称重传感器一
|
|
|
|
weighSensor2: 0, // 称重传感器二
|
|
|
|
weighSensor3: 0, // 称重传感器三
|
|
|
|
weighSensor4: 0, // 称重传感器四
|
|
|
|
vibrationSensor: null, // 震动传感器
|
|
|
|
thrombolyticDose: null, // 溶栓剂量(总量)
|
|
|
|
bolusDose: null, // 团注剂量
|
|
|
|