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) {