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", "name": "haina-dashboard",
"version": "2.2.0", "version": "2.2.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "haina-dashboard", "name": "haina-dashboard",
"version": "2.2.0", "version": "2.2.1",
"dependencies": { "dependencies": {
"@ant-design/charts": "^1.4.2", "@ant-design/charts": "^1.4.2",
"@ant-design/pro-components": "^2.6.16", "@ant-design/pro-components": "^2.6.16",

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

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

Loading…
Cancel
Save