feat: harden platform workflows and UI governance

This commit is contained in:
hectorzhao
2026-07-22 14:14:55 +08:00
parent ef957f7daa
commit 0f223f7f91
80 changed files with 4958 additions and 764 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
import { useEffect, useMemo, useState } from 'react';
import { CalendarDays, Download, FileText, Search } from 'lucide-react';
import { CalendarDays, FileText, Search } from 'lucide-react';
import {
Button,
Input,
Pagination,
Select,
SystemLogExport,
Table,
Tag,
type TableColumn,
@@ -78,7 +79,7 @@ export function ClientSystemLogsPage() {
<span className="sms-send-title__icon"><FileText size={22} /></span>
<h1></h1>
</div>
<Button icon={<Download size={17} />} variant="secondary"></Button>
<SystemLogExport exportLogs={clientApi.exportSystemLogs} filters={{ keyword, level, module, range }} portal="client" />
</div>
<div className="system-log-filters">