From d05d15ae0902088d29e04e0fd7eda839bdd2c3ae Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 17 Jul 2024 15:07:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=A2=E5=8D=95=E7=BB=9F=E8=AE=A1:?= =?UTF-8?q?=20=E5=AE=A2=E8=BF=90=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Orders.jsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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,