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 +1 -1
- package/w-card/w-card.vue +1 -1
package/package.json
CHANGED
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
|
已完成成成
|