标记待开发功能范围

This commit is contained in:
hectorzhao
2026-07-01 09:44:10 +08:00
parent 47e603d7d3
commit 2675fafb28
9 changed files with 48 additions and 19 deletions
+9 -9
View File
@@ -46,20 +46,20 @@ export function ClientLayout() {
{
title: '彩信服务',
items: [
{ label: '签名报备', to: '/client/mms-signatures', icon: PenLine },
{ label: '彩信模板管理', to: '/client/mms-templates', icon: ImageIcon },
{ label: '发送彩信', to: '/client/mms-send', icon: MessageSquareText },
{ label: '查看批量任务', to: '/client/mms-batch-tasks', icon: ClipboardList },
{ label: '彩信发送详情', to: '/client/mms-send-detail', icon: ClipboardList },
{ label: '查看上行彩信', to: '/client/mms-uplink-messages', icon: ImageIcon },
{ label: '签名报备', to: '/client/mms-signatures', icon: PenLine, pending: true },
{ label: '彩信模板管理', to: '/client/mms-templates', icon: ImageIcon, pending: true },
{ label: '发送彩信', to: '/client/mms-send', icon: MessageSquareText, pending: true },
{ label: '查看批量任务', to: '/client/mms-batch-tasks', icon: ClipboardList, pending: true },
{ label: '彩信发送详情', to: '/client/mms-send-detail', icon: ClipboardList, pending: true },
{ label: '查看上行彩信', to: '/client/mms-uplink-messages', icon: ImageIcon, pending: true },
],
},
{
title: '账户',
items: [
{ label: '充值套餐', to: '/client/billing', icon: BadgeDollarSign },
{ label: '账单流水', to: '/client/invoices', icon: ReceiptText },
{ label: '账号设置', to: '/client/settings', icon: Settings },
{ label: '充值套餐', to: '/client/billing', icon: BadgeDollarSign, pending: true },
{ label: '账单流水', to: '/client/invoices', icon: ReceiptText, pending: true },
{ label: '账号设置', to: '/client/settings', icon: Settings, pending: true },
],
},
{