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.

37 lines
1.2 KiB

  1. export const detailList = [{
  2. "id": 2703,//数据主键id
  3. "createTime": "2025-03-03 17:05:34",//数据创建时间
  4. "updateTime": "2025-03-03 17:05:34",//数据修改时间
  5. "uuid": "650fc0a3-8bb2-4223-973e-72846fd31b82",//数据uuid
  6. "operatorName": "张三",//操作员姓名
  7. "trackShapeCode": "001",//轨型code
  8. "verificationMethodCode": "aaa",//核校方式code
  9. "name": "京沪铁路",//测量名称
  10. "lineName": "河北段",//线路名称
  11. "location": "100米处",//位置
  12. "direction": "左"///方向
  13. },{
  14. "id": 2704,//数据主键id
  15. "createTime": "2025-03-03 17:05:34",//数据创建时间
  16. "updateTime": "2025-03-03 17:05:34",//数据修改时间
  17. "uuid": "650fc0a3-8bb2-4223-973e-72846fd31b83",//数据uuid
  18. "operatorName": "李四",//操作员姓名
  19. "trackShapeCode": "002",//轨型code
  20. "verificationMethodCode": "bbb",//核校方式code
  21. "name": "京昆铁路",//测量名称
  22. "lineName": "河北段",//线路名称
  23. "location": "5100米处",//位置
  24. "direction": "右"///方向
  25. }]
  26. export const bluetoothList = [{
  27. name:'Kdkow_1',
  28. id:'1',
  29. },{
  30. name:'llwoa_2',
  31. id:'2',
  32. }]
  33. export const bluetoothInfo = {
  34. type: 'kxy0812',
  35. power: '78%',
  36. }