w-ui-v1 1.1.20 → 1.1.21

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,6 +1,6 @@
1
1
  {
2
2
  "name": "w-ui-v1",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "description": "w-ui",
5
5
  "author": "wgxshh",
6
6
  "license": "ISC",
package/w-card/w-card.vue CHANGED
@@ -289,7 +289,7 @@
289
289
  <view class="card-title-class">
290
290
  <view class="title-icon"></view>
291
291
  <view style="flex: 1; word-break:break-all">
292
- {{getTitleValue(visibleItems.find((item) => item.id === page.primaryColumn?.id), page.primaryColumn?.title) || ' '}}
292
+ {{getTitleValue(visibleItems.find((item) => item.id === page.primaryColumn?.id), page.primaryColumn?.title) ||getTitleValue(visibleItems[0], '')}}
293
293
  </view>
294
294
  <!-- <view class="status-icon">
295
295
  已完成成成