anytrek-front-public-component 1.5.1 → 1.5.3
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 +1 -1
- package/anytrek-front-public-component.mjs +6983 -6926
- package/anytrek-front-public-component.umd.js +33 -33
- package/package.json +1 -1
- package/style.css +1 -1
package/README.md
CHANGED
|
@@ -191,7 +191,7 @@ onMounted(() => {
|
|
|
191
191
|
| `haveBorderRadius` | `四个角是否有圆角` | `Boolean` | `false` |
|
|
192
192
|
| `haveLeftBorder` | `是否有左边框` | `Boolean` | `false` |
|
|
193
193
|
| `isArray` | `选择是否以数组的方式进行` | `Boolean` | `false` |
|
|
194
|
-
| `vehicleArray` | `isArray为true时绑定的值,每一项为{ vehicleId:xxx, deviceId:
|
|
194
|
+
| `vehicleArray` | `isArray为true时绑定的值,每一项为{ vehicleId:xxx, deviceId: 0, isChoose: Boolean }或者{ vehicleId:0, deviceId: xxx, isChoose: Boolean }` | `Object[]` | `[]` |
|
|
195
195
|
| `vehicleMaxlength` | `isArray为true时最多同时选择的车辆数量` | `Number` | `3` |
|
|
196
196
|
|
|
197
197
|
备注:现在data支持2种情况了:
|