feat: 新增会员管理模块,包括用户、等级、标签、签到配置等功能
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user