From 06f776d1ef1a4909293ef9a122f1c9c994052eba Mon Sep 17 00:00:00 2001 From: XuZhiqiang Date: Tue, 12 May 2026 16:37:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(@vben/web-antdv-next):=20=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=20antdv-next=20=E4=B8=AD=E4=B8=8D=E5=8F=AF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=20List=20=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E8=BF=81=E7=A7=BB=E4=B8=BA=20div=20=E7=BB=93=E6=9E=84?= =?UTF-8?q?=EF=BC=8C=E5=90=8E=E7=BB=AD=E7=BB=84=E4=BB=B6=E5=BA=93=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=20Listy=20=E7=BB=84=E4=BB=B6=E5=9C=A8=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/crm/backlog/index.vue | 38 +++++------ .../modules/tools/emoji-select-popover.vue | 6 +- .../src/views/mall/trade/order/index.vue | 64 +++++++++---------- .../member/user/detail/modules/order-list.vue | 64 +++++++++---------- 4 files changed, 83 insertions(+), 89 deletions(-) diff --git a/apps/web-antdv-next/src/views/crm/backlog/index.vue b/apps/web-antdv-next/src/views/crm/backlog/index.vue index bfc3bf81a..2fe131ce7 100644 --- a/apps/web-antdv-next/src/views/crm/backlog/index.vue +++ b/apps/web-antdv-next/src/views/crm/backlog/index.vue @@ -4,7 +4,6 @@ import { computed, onActivated, onMounted, ref } from 'vue'; import { Page } from '@vben/common-ui'; import { Badge, Card } from 'antdv-next'; -// TODO: List component not available in antdv-next, needs manual migration import { getFollowClueCount } from '#/api/crm/clue'; import { @@ -96,27 +95,22 @@ onMounted(() => {
- - - + +
+
+ {{ item.name }} + +
+
diff --git a/apps/web-antdv-next/src/views/mall/promotion/kefu/modules/tools/emoji-select-popover.vue b/apps/web-antdv-next/src/views/mall/promotion/kefu/modules/tools/emoji-select-popover.vue index e32cc7925..a7b485b1d 100644 --- a/apps/web-antdv-next/src/views/mall/promotion/kefu/modules/tools/emoji-select-popover.vue +++ b/apps/web-antdv-next/src/views/mall/promotion/kefu/modules/tools/emoji-select-popover.vue @@ -7,7 +7,6 @@ import { computed } from 'vue'; import { IconifyIcon } from '@vben/icons'; import { Popover } from 'antdv-next'; -// TODO: List component not available in antdv-next, needs manual migration import { useEmoji } from './emoji'; @@ -27,7 +26,8 @@ function handleSelect(item: Emoji) {