af-mobile-client-vue3 1.1.34 → 1.1.35
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
|
@@ -558,7 +558,7 @@ defineExpose({
|
|
|
558
558
|
v-model:loading="loading"
|
|
559
559
|
class="list_main"
|
|
560
560
|
:finished="finished"
|
|
561
|
-
finished-text="
|
|
561
|
+
finished-text="已加载全部内容"
|
|
562
562
|
:immediate-check="isInitQuery"
|
|
563
563
|
@load="onLoad"
|
|
564
564
|
>
|
|
@@ -665,8 +665,8 @@ defineExpose({
|
|
|
665
665
|
<VanRow v-if="allActions.length > 0" gutter="20" class="card_item_bottom">
|
|
666
666
|
<VanCol span="4">
|
|
667
667
|
<VanPopover
|
|
668
|
-
v-model:show="showPopover[index]"
|
|
669
668
|
v-if="otherActions && otherActions.length !== 0 && otherActions.some(action => evaluateCustomFunction(action.customFunction, item, index))"
|
|
669
|
+
v-model:show="showPopover[index]"
|
|
670
670
|
placement="bottom-start"
|
|
671
671
|
:actions="otherActions.filter(action => evaluateCustomFunction(action.customFunction, item, index))"
|
|
672
672
|
@select="onSelectMenu(item, $event)"
|
|
@@ -867,7 +867,7 @@ defineExpose({
|
|
|
867
867
|
display: flex;
|
|
868
868
|
align-items: center;
|
|
869
869
|
gap: 4px;
|
|
870
|
-
|
|
870
|
+
|
|
871
871
|
span {
|
|
872
872
|
flex: 1;
|
|
873
873
|
min-width: 0;
|