anytrek-front-public-component 1.6.24 → 1.6.25
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 -0
- package/anytrek-front-public-component.mjs +4497 -4491
- package/anytrek-front-public-component.umd.js +27 -27
- package/package.json +1 -1
- package/style.css +1 -1
package/README.md
CHANGED
|
@@ -196,6 +196,7 @@ onMounted(() => {
|
|
|
196
196
|
| `showAllName` | `收起来之后显示全称` | `Boolean` | `false` |
|
|
197
197
|
| `clickToMdvr` | `点击跳到mdvr界面` | `Function` | |
|
|
198
198
|
| `useCompleteVehicleScope` | `是否显示全部车辆(此时不显示设备)` | `Boolean` | `false` |
|
|
199
|
+
| `inMaint` | `是否在maint网页(maint网页需要特殊处理,所有状态设备都可以被选)` | `Boolean` | `false` |
|
|
199
200
|
|
|
200
201
|
备注:现在data支持2种情况了:
|
|
201
202
|
1.包含数组:tagList,deviceStatusList,vehicleDeviceList,landmarkDeviceList,landmarkList,vehicleType,deviceList,vehicleList
|