af-mobile-client-vue3 1.2.9 → 1.2.10

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.2.9",
4
+ "version": "1.2.10",
5
5
  "packageManager": "pnpm@10.12.3",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -187,7 +187,7 @@ function initComponent() {
187
187
  }
188
188
  }
189
189
 
190
- if (item.showTitleBtn)
190
+ if (item.btnIcon)
191
191
  btnList.value.push(item)
192
192
 
193
193
  if (result.showSortIcon && item.sortable) {
@@ -629,7 +629,7 @@ defineExpose({
629
629
  >
630
630
  <div class="tag-content">
631
631
  <VanIcon v-if="column.tagIcon" :name="column.tagIcon" class="tag-icon" />
632
- <span class="tag-title" v-if="column.showLabel === undefined || column.showLabel">{{ `${column.title}: ` }}</span>
632
+ <span v-if="column.showLabel === undefined || column.showLabel" class="tag-title">{{ `${column.title}: ` }}</span>
633
633
  <XBadge
634
634
  :dict-name="column.dictName"
635
635
  :dict-value="item[column.dataIndex]"