9 changed files with 196 additions and 58 deletions
-
38src/mock/recordList.ts
-
64src/pages/measure/components/MeasureAction.tsx
-
6src/pages/measure/components/MeasureDetail.tsx
-
23src/pages/measure/components/graph/MarkLayer.tsx
-
6src/pages/measure/components/graph/ResultLayer.tsx
-
28src/services/httpRequest.ts
-
19src/services/measure/analysis.ts
-
24src/services/measure/type.ts
-
46src/services/wsTypes.ts
@ -0,0 +1,38 @@ |
|||
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%', |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue