feat: 添加对订阅的页面支持 #28

Merged
longbot merged 18 commits from :main into main 2025-11-21 09:45:09 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7234c4ae55 - Show all commits

View File

@ -5,7 +5,7 @@ import { ProTable } from '@ant-design/pro-components';
import { App, Tag, Button } from 'antd'; import { App, Tag, Button } from 'antd';
import dayjs from 'dayjs'; import dayjs from 'dayjs';
import { ordercontrollerGetorders } from '@/servers/api/order'; import { ordercontrollerGetorders } from '@/servers/api/order';
import OrderDetailDrawer from '@/pages/Order/List/OrderDetailDrawer'; import OrderDetailDrawer from './OrderDetailDrawer';
import { sitecontrollerAll } from '@/servers/api/site'; import { sitecontrollerAll } from '@/servers/api/site';
interface OrderItemRow { interface OrderItemRow {