umi-tablayout

This commit is contained in:
lix
2025-07-07 16:40:14 +08:00
parent 736f004b6b
commit 1e940183cd
186 changed files with 525 additions and 294 deletions

View File

@ -1,5 +1,5 @@
import React, {useState, useRef} from 'react';
import { history } from 'umi';
import { history } from '@umijs/max';
import {Input, Button, Modal, Form, Select, message, DatePicker} from 'antd';
import { SearchOutlined , UndoOutlined} from '@ant-design/icons';
import ProTable, {ActionType, ProColumns} from '@ant-design/pro-table';

View File

@ -1,7 +1,7 @@
import React, {useState} from 'react';
import { Form, Input, Select, Button, Spin, message } from 'antd';
const { Option } = Select;
import { useLocation } from 'umi';
import { useLocation } from '@umijs/max';
import {createContract, updateContract} from "./ContractService";
import {history} from "@@/core/history";