在线监督、事后监督静态页面开发完成
This commit is contained in:
@ -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 OnlineSupervision: React.FC<{}> = () => {
|
||||
|
||||
//在线监督
|
||||
function supervision(record: any): void {
|
||||
throw new Error('Function not implemented.');
|
||||
message.
|
||||
}
|
||||
|
||||
const columns: ProColumns<any>[] = [
|
||||
|
Reference in New Issue
Block a user