@@ -69,7 +69,6 @@ const getTableData = () => {
pageNo: curPage.value
})
.then((res: any) => {
- console.log('res', res)
tableData.value = res.list || res.rows
total.value = res.total
@@ -13,7 +13,7 @@ import { install } from '@icon-park/vue-next/es/all'
import 'xe-utils'
import {
- VXETable,
+ // VXETable,
Filter,
Edit,
Menu,
@@ -135,7 +135,7 @@ const asyncRouter: RouteRecordRaw[] = [
name: 'list',
meta: {
title: '列表页',
- icon: 'CircleCheck'
+ icon: 'icon-list-view'
},
children: [
{
@@ -143,7 +143,8 @@ const asyncRouter: RouteRecordRaw[] = [
name: 'cardList',
component: () => import('@/views/list/CardList.vue'),
- title: '卡片列表'
+ title: '卡片列表',
+ icon: 'icon-bank-card'
}
]
@@ -153,7 +154,7 @@ const asyncRouter: RouteRecordRaw[] = [
name: 'form',
title: '表单页',
+ icon: 'Notebook'