|
|
export const detailList = [{ "id": 2703,//数据主键id
"createTime": "2025-03-03 17:05:34",//数据创建时间
"updateTime": "2025-03-03 17:05:34",//数据修改时间
"uuid": "650fc0a3-8bb2-4223-973e-72846fd31b82",//数据uuid
"operatorName": "张三",//操作员姓名
"trackShapeCode": "001",//轨型code
"verificationMethodCode": "aaa",//核校方式code
"name": "京沪铁路",//测量名称
"lineName": "河北段",//线路名称
"location": "100米处",//位置
"direction": "左"///方向
},{ "id": 2704,//数据主键id
"createTime": "2025-03-03 17:05:34",//数据创建时间
"updateTime": "2025-03-03 17:05:34",//数据修改时间
"uuid": "650fc0a3-8bb2-4223-973e-72846fd31b83",//数据uuid
"operatorName": "李四",//操作员姓名
"trackShapeCode": "002",//轨型code
"verificationMethodCode": "bbb",//核校方式code
"name": "京昆铁路",//测量名称
"lineName": "河北段",//线路名称
"location": "5100米处",//位置
"direction": "右"///方向
}]
export const bluetoothList = [{ name:'Kdkow_1', id:'1', },{ name:'llwoa_2', id:'2', }]
export const bluetoothInfo = { type: 'kxy0812', power: '78%', }
|