anytrek-front-public-component 1.4.78 → 1.4.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -231,6 +231,7 @@ add or edit vehicle
231
231
  :MAP_STYLES="MAP_STYLES"
232
232
  :searhTrimblemapAddress="searhTrimblemapAddress"
233
233
  :saveFunctionLandmark="saveFunctionLandmark"
234
+ :conDetSensorList="conDetSensorList"
234
235
  ></add-or-edit-vehicle>
235
236
  ```
236
237
 
@@ -335,6 +336,7 @@ const saveFunctionVehicle = async (
335
336
  | MAP_STYLES | 地图样式 | `Array` | [] |
336
337
  | searhTrimblemapAddress |查询地址api | `Function` | |
337
338
  | saveFunctionLandmark | landmark保存 | `Function` | |
339
+ | conDetSensorList | 传感器列表 | `Array` | [] |
338
340
 
339
341
 
340
342
 
@@ -365,6 +367,7 @@ add or edit tag
365
367
  :MAP_STYLES="MAP_STYLES"
366
368
  :searhTrimblemapAddress="searhTrimblemapAddress"
367
369
  :saveFunctionLandmark="saveFunctionLandmark"
370
+ :conDetSensorList="conDetSensorList"
368
371
  ></add-or-edit-tag>
369
372
  ```
370
373
 
@@ -417,6 +420,7 @@ const handleAddBurialPoint = (type: string) => {
417
420
  | MAP_STYLES | 地图样式 | `Array` | [] |
418
421
  | searhTrimblemapAddress |查询地址api | `Function` | |
419
422
  | saveFunctionLandmark | landmark保存 | `Function` | |
423
+ | conDetSensorList | 传感器列表 | `Array` | [] |
420
424
 
421
425
 
422
426
  ## 🧩 Component: `<addOrEditLandmark>`