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

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

@@ -88,6 +88,7 @@ export default function Appbar(props: { admin: Admin }) {
discount: "折扣管理",
statistics: "数据统计",
balance: "余额明细",
gateway: "网关列表",
}
return labels[path] || path