feat: complete reporting and filing workflows

This commit is contained in:
hectorzhao
2026-07-28 20:28:47 +08:00
parent 352a6293b4
commit 99c8c7c68b
52 changed files with 3490 additions and 376 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ export function AdminCustomersPage({ basePath = '/admin/customers' }: AdminCusto
</div>
<div className="surface section-stack">
<div className="section-heading"><div><h2></h2><p className="muted"></p></div><Tag tone="info">{filteredRecords.length} </Tag></div>
<div className="section-heading"><div><h2></h2></div><Tag tone="info">{filteredRecords.length} </Tag></div>
<Table columns={columns} data={filteredRecords} emptyText="暂无企业" rowKey="id" />
</div>