feat: 新增会员管理模块,包括用户、等级、标签、签到配置等功能

This commit is contained in:
吃货
2025-07-05 07:50:55 +08:00
parent 361ae581ae
commit 59cf72ab9c
35 changed files with 3392 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ function handleMenuClick(command: any) {
<ElDropdown v-if="getDropdownList.length > 0" @command="handleMenuClick">
<slot name="more">
<ElButton :type="getDropdownList[0].type">
<ElButton :type="getDropdownList[0].type" link>
{{ $t('page.action.more') }}
<IconifyIcon icon="lucide:ellipsis-vertical" class="ml-1" />
</ElButton>