feat: 订单统计: 客运标记

feature/hotel-cruise
Lei OT 12 months ago
parent 4743a66408
commit d05d15ae09

@ -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 {
</span>
),
},
{
key: 'ToB',
label: (
<span>
<CoffeeOutlined />
客运类别
</span>
),
},
].map((ele) => {
return {
...ele,

Loading…
Cancel
Save