/** * 会议资源管理 */ import React, { Component } from "react"; import { connect } from "dva"; import { Form, Alert, Row, Col, Tabs, Button } from "antd"; import PTable from "../../../components/Pro/PTable"; import { withRouter } from "dva/router"; import { formatCurrency } from '../../../utils/utils'; import "../meeting.less"; @Form.create() @withRouter export default class OrderInquiry extends Component { constructor(props, context) { super(props, context); this.state = { pageParm: { pageSize: 10, pageNumber: 1 }, forceUpdate: false }; } componentDidMount() { } render() { const columns = [ { title: "订单编号", dataIndex: "comOrderId", key: "comOrderId" }, { title: "产品名称", dataIndex: "productCategory", key: "productCategory" }, { title: "产品详情", dataIndex: "orderDetailList", key: "orderDetailList", width: 400, render: (text, record) => (