在线监督、事后监督静态页面开发完成

This commit is contained in:
袁帅
2022-08-23 09:57:46 +08:00
parent 5d4af6b17e
commit 2af1052516
3 changed files with 100 additions and 12 deletions

View File

@ -1,6 +1,6 @@
import { isNotEmpty } from '@/utils/CommonUtils';
import ProTable, { ActionType, ProColumns } from '@ant-design/pro-table';
import { Button, Spin } from 'antd';
import { Button, Spin, message } from 'antd';
import React, { useRef, useState } from 'react';
import { useHistory } from 'umi';
import ViewModal from '../ViewModal';
@ -43,7 +43,7 @@ const PostSupervision: React.FC<{}> = () => {
//评标监控回看
function reviewMonitor(record: any): void {
throw new Error('Function not implemented.');
message.warn('功能开发中....');
}
const columns: ProColumns<any>[] = [