diff --git a/packages/material/src/algorithmConfig/components/timeTemplateTable/TimeTemplateTable.tsx b/packages/material/src/algorithmConfig/components/timeTemplateTable/TimeTemplateTable.tsx index 3272ded..01ffa52 100644 --- a/packages/material/src/algorithmConfig/components/timeTemplateTable/TimeTemplateTable.tsx +++ b/packages/material/src/algorithmConfig/components/timeTemplateTable/TimeTemplateTable.tsx @@ -1,9 +1,10 @@ + import React from 'react'; import type { ParamsType, ProColumns, ProTableProps } from '@ant-design/pro-components'; import { ProTable, } from '@ant-design/pro-components'; -import { InputNumber } from 'antd'; +// import { InputNumber } from 'antd'; import { AnyObject } from 'antd/es/_util/type'; export interface TimeTemplateTableProps extends ProTableProps { @@ -31,16 +32,17 @@ const TimeTemplateTable = ( title: '布控星期', dataIndex: 'arrangeDay', }, - { - title: '算力占用', - dataIndex: 'powerOccupy', - }, - { - title: '配置路数', - key: 'option', - valueType: 'option', - render: (_, record) => onItemBlur?.(e.target.value, record.id, record)} min={0} />, - }, + // TODO: 暂时先注释后续在做这个功能 + // { + // title: '算力占用', + // dataIndex: 'powerOccupy', + // }, + // { + // title: '配置路数', + // key: 'option', + // valueType: 'option', + // render: (_, record) => onItemBlur?.(e.target.value, record.id, record)} min={0} />, + // }, ]; return (