fix(admin): 列设置靠右并支持订单状态多选

HQ 列表主操作居右、列设置贴最右侧;订单筛选状态可多选,导出同步过滤。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-25 14:19:49 +08:00
parent f4da71e952
commit fed8ff3d3a
52 changed files with 566 additions and 437 deletions
@@ -35,6 +35,7 @@ import { fmtTime } from '../lib/constants';
import { useAdminList } from '../lib/useAdminList';
import OssUpload from '../components/OssUpload';
import { useAdminListColumns } from '../lib/useAdminListColumns';
import { AdminListHeader } from '../components/AdminListHeader';
import { AdminPrimaryLink } from '../components/AdminPrimaryLink';
@@ -272,9 +273,15 @@ function PushRoutesTab() {
return (
<>
{settingsModal}
<Typography.Paragraph type="secondary">
Webhook / .env Webhook URL
</Typography.Paragraph>
<AdminListHeader
settings={settingsButton}
description="配置群机器人 Webhook:按推送条件订阅业务通知 / 告警。运行时不再读取 .env 中的 Webhook URL。"
actions={
<Button type="primary" onClick={openCreate}>
</Button>
}
/>
<Form
form={filterForm}
@@ -309,10 +316,6 @@ function PushRoutesTab() {
>
</Button>
<Button type="primary" onClick={openCreate}>
</Button>
{settingsButton}
</Space>
</Form.Item>
</Form>