|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
* @Author: donghao donghao@supervision.ltd
|
|
|
|
|
* @Date: 2024-04-30 10:02:29
|
|
|
|
|
* @LastEditors: donghao donghao@supervision.ltd
|
|
|
|
|
* @LastEditTime: 2024-06-19 15:23:58
|
|
|
|
|
* @LastEditTime: 2024-07-23 09:30:33
|
|
|
|
|
* @FilePath: \general-ai-platform-web\src\pages\Business\DeviceGroup\components\modelDeploy.tsx
|
|
|
|
|
* @Description: 业务模型部署
|
|
|
|
|
* @交互说明
|
|
|
|
@ -12,7 +12,6 @@
|
|
|
|
|
import { TextButton } from '@/components/Button';
|
|
|
|
|
import TableActionCard from '@/components/TableActionCard';
|
|
|
|
|
import { apiEntityNodesBusimodel, apiEntityNodesBusimodelInfo } from '@/services/business/entity';
|
|
|
|
|
|
|
|
|
|
import { isSuccessApi } from '@/utils/forApi';
|
|
|
|
|
import { ExclamationCircleFilled } from '@ant-design/icons';
|
|
|
|
|
import type { ActionType, ProColumns } from '@ant-design/pro-components';
|
|
|
|
@ -21,6 +20,7 @@ import { FormattedMessage } from '@umijs/max';
|
|
|
|
|
import { useRef, useState } from 'react';
|
|
|
|
|
import {
|
|
|
|
|
proTableCommonOptions,
|
|
|
|
|
proTableDefaultOptions,
|
|
|
|
|
proTablePaginationOptions,
|
|
|
|
|
} from '../../../../../config/defaultTable';
|
|
|
|
|
import ModelDeployConfig from './modelDeployConfig';
|
|
|
|
|