Skip to content

Commit

Permalink
refactor: 合并菜单管理图标和标题列
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Sep 11, 2023
1 parent 61ac1e0 commit 36d38ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions continew-admin-ui/src/views/system/menu/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
@selection-change="handleSelectionChange"
>
<template #columns>
<a-table-column title="菜单标题" data-index="title" />
<a-table-column title="图标" align="center">
<a-table-column title="菜单标题">
<template #cell="{ record }">
<svg-icon :icon-class="record.icon ? record.icon : ''" />
{{ record.title }}
</template>
</a-table-column>
<a-table-column title="排序" align="center" data-index="sort" />
Expand Down

0 comments on commit 36d38ae

Please sign in to comment.