mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 09:01:37 +08:00 
			
		
		
		
	refactor: 合并菜单管理图标和标题列
This commit is contained in:
		@@ -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" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user