fix(system): 修复用户和角色管理页面图标语法错误
- 修复用户管理页面中3个图标的语法格式 - 修复角色管理页面中14个图标的语法格式 - 涵盖搜索、刷新、新增、编辑、删除等功能图标 - 确保用户和角色管理功能的图标正常显示
This commit is contained in:
parent
d84ec11a32
commit
dc2162d36e
@ -74,13 +74,13 @@
|
|||||||
<NSpace>
|
<NSpace>
|
||||||
<NButton type="primary" @click="handleSearch">
|
<NButton type="primary" @click="handleSearch">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon><icon-park-outline:search /></NIcon>
|
<NIcon><icon-park-outline-search /></NIcon>
|
||||||
</template>
|
</template>
|
||||||
搜索
|
搜索
|
||||||
</NButton>
|
</NButton>
|
||||||
<NButton @click="handleReset">
|
<NButton @click="handleReset">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon><icon-park-outline:refresh /></NIcon>
|
<NIcon><icon-park-outline-refresh /></NIcon>
|
||||||
</template>
|
</template>
|
||||||
重置
|
重置
|
||||||
</NButton>
|
</NButton>
|
||||||
@ -97,7 +97,7 @@
|
|||||||
<NButton v-button="PERMISSIONS.ROLE.ADD" type="primary" class="px-3 flex items-center" @click="handleAdd">
|
<NButton v-button="PERMISSIONS.ROLE.ADD" type="primary" class="px-3 flex items-center" @click="handleAdd">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon class="mr-1" style="transform: translateY(-1px)">
|
<NIcon class="mr-1" style="transform: translateY(-1px)">
|
||||||
<icon-park-outline:plus />
|
<icon-park-outline-plus />
|
||||||
</NIcon>
|
</NIcon>
|
||||||
</template>
|
</template>
|
||||||
新增
|
新增
|
||||||
@ -112,7 +112,7 @@
|
|||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon class="mr-1" style="transform: translateY(-1px)">
|
<NIcon class="mr-1" style="transform: translateY(-1px)">
|
||||||
<icon-park-outline:edit />
|
<icon-park-outline-edit />
|
||||||
</NIcon>
|
</NIcon>
|
||||||
</template>
|
</template>
|
||||||
修改
|
修改
|
||||||
@ -127,7 +127,7 @@
|
|||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon class="mr-1" style="transform: translateY(-1px)">
|
<NIcon class="mr-1" style="transform: translateY(-1px)">
|
||||||
<icon-park-outline:delete />
|
<IconParkOutlineDelete />
|
||||||
</NIcon>
|
</NIcon>
|
||||||
</template>
|
</template>
|
||||||
删除
|
删除
|
||||||
@ -142,7 +142,7 @@
|
|||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon class="mr-1" style="transform: translateY(-1px)">
|
<NIcon class="mr-1" style="transform: translateY(-1px)">
|
||||||
<icon-park-outline:key />
|
<IconParkOutlineKey />
|
||||||
</NIcon>
|
</NIcon>
|
||||||
</template>
|
</template>
|
||||||
分配权限
|
分配权限
|
||||||
@ -153,7 +153,7 @@
|
|||||||
<span>共 {{ pagination.itemCount }} 条</span>
|
<span>共 {{ pagination.itemCount }} 条</span>
|
||||||
<NButton text @click="getRoleList">
|
<NButton text @click="getRoleList">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon><icon-park-outline:refresh /></NIcon>
|
<NIcon><icon-park-outline-refresh /></NIcon>
|
||||||
</template>
|
</template>
|
||||||
</NButton>
|
</NButton>
|
||||||
</div>
|
</div>
|
||||||
@ -196,8 +196,8 @@
|
|||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon>
|
<NIcon>
|
||||||
<icon-park-outline:refresh v-if="hasSearchConditions()" />
|
<icon-park-outline-refresh v-if="hasSearchConditions()" />
|
||||||
<icon-park-outline:plus v-else />
|
<icon-park-outline-plus v-else />
|
||||||
</NIcon>
|
</NIcon>
|
||||||
</template>
|
</template>
|
||||||
{{ getEmptyActionText() }}
|
{{ getEmptyActionText() }}
|
||||||
@ -338,8 +338,8 @@
|
|||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon style="transform: translateY(-1px)">
|
<NIcon style="transform: translateY(-1px)">
|
||||||
<icon-park-outline:minus v-if="allExpanded" />
|
<icon-park-outline-minus v-if="allExpanded" />
|
||||||
<icon-park-outline:plus v-else />
|
<icon-park-outline-plus v-else />
|
||||||
</NIcon>
|
</NIcon>
|
||||||
</template>
|
</template>
|
||||||
{{ allExpanded ? '折叠' : '展开' }}
|
{{ allExpanded ? '折叠' : '展开' }}
|
||||||
@ -352,8 +352,8 @@
|
|||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon style="transform: translateY(-1px)">
|
<NIcon style="transform: translateY(-1px)">
|
||||||
<icon-park-outline:close v-if="allSelected" />
|
<icon-park-outline-close v-if="allSelected" />
|
||||||
<icon-park-outline:check v-else />
|
<icon-park-outline-check v-else />
|
||||||
</NIcon>
|
</NIcon>
|
||||||
</template>
|
</template>
|
||||||
{{ allSelected ? '全不选' : '全选' }}
|
{{ allSelected ? '全不选' : '全选' }}
|
||||||
@ -366,7 +366,7 @@
|
|||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon style="transform: translateY(-1px)">
|
<NIcon style="transform: translateY(-1px)">
|
||||||
<icon-park-outline:link />
|
<icon-park-outline-link />
|
||||||
</NIcon>
|
</NIcon>
|
||||||
</template>
|
</template>
|
||||||
父子联动
|
父子联动
|
||||||
@ -379,7 +379,7 @@
|
|||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon style="transform: translateY(-1px)">
|
<NIcon style="transform: translateY(-1px)">
|
||||||
<icon-park-outline:battery-charge />
|
<icon-park-outline-battery-charge />
|
||||||
</NIcon>
|
</NIcon>
|
||||||
</template>
|
</template>
|
||||||
权限标识
|
权限标识
|
||||||
@ -403,7 +403,7 @@
|
|||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<div class="w-10 h-10 bg-gray-100 rounded-full flex items-center justify-center mx-auto mb-2">
|
<div class="w-10 h-10 bg-gray-100 rounded-full flex items-center justify-center mx-auto mb-2">
|
||||||
<NIcon size="16" class="text-gray-400">
|
<NIcon size="16" class="text-gray-400">
|
||||||
<icon-park-outline:folder-close />
|
<icon-park-outline-folder-close />
|
||||||
</NIcon>
|
</NIcon>
|
||||||
</div>
|
</div>
|
||||||
<p class="text-sm text-gray-500">
|
<p class="text-sm text-gray-500">
|
||||||
|
|||||||
@ -240,8 +240,8 @@
|
|||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon>
|
<NIcon>
|
||||||
<icon-park-outline:refresh v-if="hasSearchConditions()" />
|
<IconParkOutlineRefresh v-if="hasSearchConditions()" />
|
||||||
<icon-park-outline:plus v-else />
|
<icon-park-outline-plus v-else />
|
||||||
</NIcon>
|
</NIcon>
|
||||||
</template>
|
</template>
|
||||||
{{ getEmptyActionText() }}
|
{{ getEmptyActionText() }}
|
||||||
@ -625,7 +625,7 @@
|
|||||||
<NUploadDragger>
|
<NUploadDragger>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<NIcon size="48" :depth="3" class="mb-2">
|
<NIcon size="48" :depth="3" class="mb-2">
|
||||||
<icon-park-outline:file-excel />
|
<icon-park-outline-file-excel />
|
||||||
</NIcon>
|
</NIcon>
|
||||||
<div class="text-lg font-medium mb-1">
|
<div class="text-lg font-medium mb-1">
|
||||||
点击或拖拽上传Excel文件
|
点击或拖拽上传Excel文件
|
||||||
@ -690,7 +690,7 @@
|
|||||||
@click="handleDownloadTemplate"
|
@click="handleDownloadTemplate"
|
||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<NIcon><icon-park-outline:download /></NIcon>
|
<NIcon><IconParkOutlineDownload /></NIcon>
|
||||||
</template>
|
</template>
|
||||||
下载模板
|
下载模板
|
||||||
</NButton>
|
</NButton>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user