mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 22:57:17 +08:00 
			
		
		
		
	refactor: 合并菜单管理图标和标题列
This commit is contained in:
		| @@ -115,10 +115,10 @@ | |||||||
|         @selection-change="handleSelectionChange" |         @selection-change="handleSelectionChange" | ||||||
|       > |       > | ||||||
|         <template #columns> |         <template #columns> | ||||||
|           <a-table-column title="菜单标题" data-index="title" /> |           <a-table-column title="菜单标题"> | ||||||
|           <a-table-column title="图标" align="center"> |  | ||||||
|             <template #cell="{ record }"> |             <template #cell="{ record }"> | ||||||
|               <svg-icon :icon-class="record.icon ? record.icon : ''" /> |               <svg-icon :icon-class="record.icon ? record.icon : ''" /> | ||||||
|  |               {{ record.title }} | ||||||
|             </template> |             </template> | ||||||
|           </a-table-column> |           </a-table-column> | ||||||
|           <a-table-column title="排序" align="center" data-index="sort" /> |           <a-table-column title="排序" align="center" data-index="sort" /> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user