diff --git a/src/views/Orders.jsx b/src/views/Orders.jsx index a100128..7f899ab 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 } from "@ant-design/icons"; +import { ContainerOutlined, BlockOutlined, SmileOutlined, TagsOutlined, GlobalOutlined, FullscreenOutlined, DingtalkOutlined, CarryOutOutlined, CoffeeOutlined } from "@ant-design/icons"; import { stores_Context } from "../config"; import { Line, Pie } from "@ant-design/charts"; import { observer } from "mobx-react"; @@ -468,6 +468,15 @@ class Orders extends Component { ), }, + { + key: 'ToB', + label: ( + + + 客运类别 + + ), + }, ].map((ele) => { return { ...ele,