diff --git a/packages/material/src/algorithmConfig/components/timeTemplateTable/TimeTemplateTable.tsx b/packages/material/src/algorithmConfig/components/timeTemplateTable/TimeTemplateTable.tsx index 46e6ac9..0d06431 100644 --- a/packages/material/src/algorithmConfig/components/timeTemplateTable/TimeTemplateTable.tsx +++ b/packages/material/src/algorithmConfig/components/timeTemplateTable/TimeTemplateTable.tsx @@ -1,3 +1,4 @@ + import React from 'react'; import type { ParamsType, ProColumns, ProTableProps } from '@ant-design/pro-components'; import { @@ -31,11 +32,11 @@ const TimeTemplateTable = ( title: '布控星期', dataIndex: 'arrangeDay', }, - { - title: '算力占用', - dataIndex: 'powerOccupy', - }, - // !! 暂时不需要 + // TODO: 暂时先注释后续在做这个功能 + // { + // title: '算力占用', + // dataIndex: 'powerOccupy', + // }, // { // title: '配置路数', // key: 'option',