fix: 市场>订单: 产品类型

feature/pivot v2.2.1
Lei OT 2 years ago
parent 43750214be
commit 67723c55eb

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "haina-dashboard",
"version": "2.2.0",
"version": "2.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "haina-dashboard",
"version": "2.2.0",
"version": "2.2.1",
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@ant-design/pro-components": "^2.6.16",

@ -1,6 +1,6 @@
{
"name": "haina-dashboard",
"version": "2.2.0",
"version": "2.2.1",
"private": true,
"dependencies": {
"@ant-design/charts": "^1.4.2",

@ -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 } from "@ant-design/icons";
import { ContainerOutlined, BlockOutlined, SmileOutlined, TagsOutlined, GlobalOutlined, FullscreenOutlined, DingtalkOutlined, CarryOutOutlined } from "@ant-design/icons";
import { stores_Context } from "../config";
import { Line, Pie } from "@ant-design/charts";
import { observer } from "mobx-react";
@ -330,7 +330,7 @@ class Orders extends Component {
shows: ['DateType', 'DepartmentList', 'WebCode', 'IncludeTickets', 'dates'],
fieldProps: {
DepartmentList: { show_all: false, mode: 'multiple' },
WebCode: { show_all: true },
WebCode: { show_all: false, mode: 'multiple' },
years: { hide_vs: true },
},
}}
@ -374,6 +374,14 @@ class Orders extends Component {
</span>
),
},
{
key: 'Product',
label: (
<span>
<CarryOutOutlined />
产品类型
</span>),
},
{
key: 'Country',
label: (

Loading…
Cancel
Save