From e822b9bb3ad9e0b94d0e7a170dff7aa422029a9c Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 24 Mar 2025 14:57:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=9F=E8=AE=A1:=20=E9=A5=AE?= =?UTF-8?q?=E9=A3=9F=E8=A6=81=E6=B1=82=E3=80=81=E5=85=B4=E8=B6=A3=E7=88=B1?= =?UTF-8?q?=E5=A5=BD=E3=80=81=E5=B9=B4=E9=BE=84=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Orders.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/Orders.jsx b/src/views/Orders.jsx index 7f899ab..b0df4cb 100644 --- a/src/views/Orders.jsx +++ b/src/views/Orders.jsx @@ -1,6 +1,6 @@ import React, { Component } from "react"; import { Row, Col, Tabs, Table, Divider, Spin } from "antd"; -import { ContainerOutlined, BlockOutlined, SmileOutlined, TagsOutlined, GlobalOutlined, FullscreenOutlined, DingtalkOutlined, CarryOutOutlined, CoffeeOutlined } from "@ant-design/icons"; +import { ContainerOutlined, BlockOutlined, SmileOutlined, TagsOutlined, GlobalOutlined, FullscreenOutlined, DingtalkOutlined, CarryOutOutlined, CoffeeOutlined, ClockCircleOutlined, HeartOutlined, IdcardOutlined, ContactsOutlined } from "@ant-design/icons"; import { stores_Context } from "../config"; import { Line, Pie } from "@ant-design/charts"; import { observer } from "mobx-react"; @@ -472,11 +472,14 @@ class Orders extends Component { key: 'ToB', label: ( - + 客运类别 ), }, + {key: 'FoodRequirement',label: (饮食要求),}, + {key: 'hobbies',label: (兴趣爱好),}, + {key: 'ages',label: (年龄段),}, ].map((ele) => { return { ...ele,