af-mobile-client-vue3 1.2.33 → 1.2.34
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/package.json
CHANGED
|
@@ -598,6 +598,7 @@ defineExpose({ init, form, formGroupName, validate, asyncSubmit, setForm, getFor
|
|
|
598
598
|
/>
|
|
599
599
|
<slot name="extraFormItem" />
|
|
600
600
|
</VanCellGroup>
|
|
601
|
+
<slot name="extraCellGroup" />
|
|
601
602
|
<!-- 地图预览,统一放在表单项下方,只在有经纬度时显示 -->
|
|
602
603
|
<div v-if="previewMapPoint" style="height: 200px; margin-top: 12px; position: relative;">
|
|
603
604
|
<XOlMap
|