anytrek-front-public-component 1.4.58 → 1.4.60

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
@@ -180,7 +180,7 @@ onMounted(() => {
180
180
  | `haveBorderRadius` | `四个角是否有圆角` | `Boolean` | `false` |
181
181
  | `haveLeftBorder` | `是否有左边框` | `Boolean` | `false` |
182
182
  | `isArray` | `选择是否以数组的方式进行` | `Boolean` | `false` |
183
- | `vehicleArray` | `isArray为true时绑定的值,每一项为{ vehicleId:xxx, deviceId: xxx }或者{ vehicleId:0, deviceId: xxx }` | `Object[]` | `false` |
183
+ | `vehicleArray` | `isArray为true时绑定的值,每一项为{ vehicleId:xxx, deviceId: xxx }或者{ vehicleId:0, deviceId: xxx }` | `Object[]` | `[]` |
184
184
  | `vehicleMaxlength` | `isArray为true时最多同时选择的车辆数量` | `Number` | `3` |
185
185
 
186
186
  备注:现在data支持2种情况了: