feat: 订单统计: 客运标记

feature/hotel-cruise
Lei OT 1 year ago
parent 4743a66408
commit d05d15ae09

@ -1,6 +1,6 @@
import React, { Component } from "react"; import React, { Component } from "react";
import { Row, Col, Tabs, Table, Divider, Spin } from "antd"; 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 { stores_Context } from "../config";
import { Line, Pie } from "@ant-design/charts"; import { Line, Pie } from "@ant-design/charts";
import { observer } from "mobx-react"; import { observer } from "mobx-react";
@ -468,6 +468,15 @@ class Orders extends Component {
</span> </span>
), ),
}, },
{
key: 'ToB',
label: (
<span>
<CoffeeOutlined />
客运类别
</span>
),
},
].map((ele) => { ].map((ele) => {
return { return {
...ele, ...ele,

Loading…
Cancel
Save