You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
385 B

7 months ago
  1. ```angular2html
  2. 1. 添加进入页面事件
  3. 2. 添加离开页面事件
  4. 校准页面设计思路
  5. 进入页面 ---> 自动失能所有电机
  6. 电机按钮后 ---> 自动使能对应电机,执行相应的动作,然后失能剩下的电机
  7. 按键分为两大类
  8. 1. 测量
  9. 2. 设置
  10. 3. 测试单独开一个页面
  11. 小瓶缓冲液位置标定
  12. ```