添加网关列表页面 & 添加单价不能低于最低价格校验

This commit is contained in:
Eamon
2026-04-18 17:41:27 +08:00
parent 13be8f3270
commit e5586f06d1
8 changed files with 485 additions and 38 deletions

View File

@@ -9,6 +9,7 @@ import {
ComputerIcon,
ContactRound,
DollarSign,
DoorClosedIcon,
FolderCode,
Home,
KeyRound,
@@ -249,6 +250,11 @@ const menuSections: { title: string; items: NavItemProps[] }[] = [
{
title: "系统",
items: [
{
href: "/gateway",
icon: DoorClosedIcon,
label: "网关列表",
},
{
href: "/admin",
icon: Shield,