7 changed files with 222 additions and 124 deletions
@ -1,15 +1,15 @@ |
|||
const state = { |
|||
syncMessages: [], // 同步消息
|
|||
weightMessage: null, // 体重
|
|||
weightMessage: 0, // 体重
|
|||
rfidMessage: null, // RFID
|
|||
weighSensor1: null, // 称重传感器一
|
|||
weighSensor2: null, // 称重传感器二
|
|||
weighSensor3: null, // 称重传感器三
|
|||
weighSensor4: null, // 称重传感器四
|
|||
vibrationSensor: null, // 震动传感器
|
|||
thrombolyticDose: null, // 溶栓剂量(总量)
|
|||
bolusDose: null, // 团注剂量
|
|||
maintenanceDose: null, // 维持剂量
|
|||
thrombolyticDose: 0, // 溶栓剂量(总量)
|
|||
bolusDose: 0, // 团注剂量
|
|||
maintenanceDose: 0, // 维持剂量
|
|||
}; |
|||
|
|||
export default state; |
|||
|
Loading…
Reference in new issue