优化组件页面代码

This commit is contained in:
Eamon
2026-04-02 13:13:59 +08:00
parent 545435d095
commit 5d9d3c844e
39 changed files with 819 additions and 642 deletions

View File

@@ -20,9 +20,9 @@ export async function updateCust(data: {
}
export async function createCust(data: {
password: string
username: string
phone: string
password?: string
username?: string
admin_id?: number
discount_id?: number
email?: string