fix: repair platform admin navigation UI
This commit is contained in:
@@ -96,7 +96,7 @@ const routes: AppRouteRecordRaw[] = [
|
||||
child('gasorder', 'confirms', 'confirms', '确认记录', '/gasorder_confirm', 'delivery', true, 'gasorder-orders'),
|
||||
child('gasorder', 'payments', 'payments', '订单支付记录', '/gasorder_payment', 'delivery', true, 'gasorder-orders'),
|
||||
], 'delivery'),
|
||||
group('ec', 'ec', '商城管理', 'icon-shopping-cart', 70, [
|
||||
group('ec', 'ec', '商城管理', 'icon-gift', 70, [
|
||||
child('ec', 'categories', 'categories', '商品分类', '/ec_category'),
|
||||
child('ec', 'products', 'products', '商品', '/ec_product'),
|
||||
child('ec', 'attributes', 'attributes', '商品属性', '/ec_product_attribute', 'ec', true, 'ec-products'),
|
||||
@@ -114,7 +114,7 @@ const routes: AppRouteRecordRaw[] = [
|
||||
child('wallet', 'refunds', 'refunds', '退款记录', '/wallet_refund'),
|
||||
child('wallet', 'apply-cash', 'apply-cash', '提现申请', '/wallet_apply_cash'),
|
||||
]),
|
||||
group('finance', 'finance', '财务管理', 'icon-fund', 90, [
|
||||
group('finance', 'finance', '财务管理', 'icon-bar-chart', 90, [
|
||||
child('finance', 'payments', 'payments', '支付记录', '/fin_payment'),
|
||||
child('finance', 'settlements', 'settlements', '财务结算', '/fin_settlement'),
|
||||
child('finance', 'reconciliations', 'reconciliations', '财务对账', '/fin_reconciliation'),
|
||||
|
||||
Reference in New Issue
Block a user