feat: package api

This commit is contained in:
2025-09-17 10:52:11 +08:00
parent 57b87d49b4
commit d99481c346
5 changed files with 145 additions and 9 deletions

View File

@@ -130,7 +130,7 @@ const TenantList = () => {
<ConfigurableDrawerForm
ref={configurableDrawerRef}
title={formStatusType[type]}
columns={formColumns}
columns={formColumns(type)}
onSubmit={handleSubmit}
/>
</>