umi-tablayout
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
@import '~antd/lib/style/themes/default.less';
|
||||
|
||||
|
||||
.tableSearch{
|
||||
.ant-col-5{
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import '~antd/lib/style/themes/default.less';
|
||||
|
||||
|
||||
.tableSearch{
|
||||
.ant-col-5{
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import '~antd/lib/style/themes/default.less';
|
||||
|
||||
|
||||
.tableSearch{
|
||||
.ant-col-5{
|
||||
|
@ -4,7 +4,7 @@ import ProTable, { ProColumns } from '@ant-design/pro-table';
|
||||
import tableProps from '@/utils/tableProps';
|
||||
import { Button, Spin } from 'antd';
|
||||
import React, { useState } from 'react';
|
||||
import { useHistory } from 'umi';
|
||||
import { useHistory } from '@umijs/max';
|
||||
import { getPage } from '../service';
|
||||
|
||||
interface ProjectManageProps {
|
||||
|
@ -1,7 +1,7 @@
|
||||
import React, { useState } from 'react';
|
||||
import { queryingPagingData } from '@/utils/PageUtils';
|
||||
import { getDictNameByVal, getProjectTypeCode, getURLInformation, getUrlParam, getUrlRelativePath, isEmpty, isNotEmpty, multipleTypeTransform, proTableValueEnum, proTableValueEnumOther } from '@/utils/CommonUtils';
|
||||
import { useHistory } from 'umi';
|
||||
import { useHistory } from '@umijs/max';
|
||||
import { followUpAProjectManager, getDicData, projectDataItem, getSessionUserData } from '@/utils/session';
|
||||
import ExceptionHandling from './ExceptionHandling/ExceptionHandling';
|
||||
import { Button, Card, Col, Popover, Progress, Row, Tag, message } from 'antd';
|
||||
|
@ -12,7 +12,7 @@ import ProcurementMethod8 from './components/ProcurementMethod8';
|
||||
import ProcurementMethod9 from './components/ProcurementMethod9';
|
||||
import PackageDivided from '@/pages/Project/ProjectManage/PackageDivided';
|
||||
import { getId, getProjectIsUpdate, submitProject } from './service';
|
||||
import { history } from 'umi';
|
||||
import { history } from '@umijs/max';
|
||||
import { getProMethod, followUpAProjectManager, getSessionProjectData } from '@/utils/session';
|
||||
import { CustomerServiceTwoTone } from '@ant-design/icons';
|
||||
const { TabPane } = Tabs;
|
||||
|
@ -14,7 +14,7 @@ import ProTable, { ProColumns } from '@ant-design/pro-table';
|
||||
import tableProps from '@/utils/tableProps';
|
||||
import { Button, Card, PageHeader } from 'antd';
|
||||
import React, { useState } from 'react';
|
||||
import { useHistory } from 'umi';
|
||||
import { useHistory } from '@umijs/max';
|
||||
import kefu from '@/assets/img/kefu.png' //智慧客服
|
||||
import { submitHiddenForm, createHiddenForm } from '@/utils/CustomerService' //智慧客服
|
||||
const PurchasingManagerEnquiries: React.FC = () => {
|
||||
|
@ -4,7 +4,7 @@ import ProTable, { ActionType, ProColumns } from '@ant-design/pro-table';
|
||||
import tableProps from '@/utils/tableProps';
|
||||
import { Button, message, Popconfirm, Spin, Space, Tag } from 'antd';
|
||||
import React, { useRef, useState } from 'react';
|
||||
import { useHistory } from 'umi';
|
||||
import { useHistory } from '@umijs/max';
|
||||
import { getFavoritesList, removePublic, toPublic, updateReadStatus } from '../service';
|
||||
|
||||
interface FavoritesListProps {
|
||||
|
@ -4,7 +4,7 @@ import ProTable, { ActionType, ProColumns } from '@ant-design/pro-table';
|
||||
import tableProps from '@/utils/tableProps';
|
||||
import { Button, message, Space, Spin, Tag } from 'antd';
|
||||
import React, { useRef, useState } from 'react';
|
||||
import { useHistory } from 'umi';
|
||||
import { useHistory } from '@umijs/max';
|
||||
import { getPage, removePublic, toPublic } from '../service';
|
||||
|
||||
interface ProjectManageProps {
|
||||
|
Reference in New Issue
Block a user