|
|
|
@ -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,
|
|
|
|
|