This commit is contained in:
NICE CODE BY DEV 2024-05-06 10:15:27 +08:00
commit 9d4eab8c9e

View File

@ -1,3 +1,4 @@
import React from 'react'; import React from 'react';
import type { ParamsType, ProColumns, ProTableProps } from '@ant-design/pro-components'; import type { ParamsType, ProColumns, ProTableProps } from '@ant-design/pro-components';
import { import {
@ -31,11 +32,11 @@ const TimeTemplateTable = <DataSource extends AnyObject = AnyObject>(
title: '布控星期', title: '布控星期',
dataIndex: 'arrangeDay', dataIndex: 'arrangeDay',
}, },
{ // TODO: 暂时先注释后续在做这个功能
title: '算力占用', // {
dataIndex: 'powerOccupy', // title: '算力占用',
}, // dataIndex: 'powerOccupy',
// !! 暂时不需要 // },
// { // {
// title: '配置路数', // title: '配置路数',
// key: 'option', // key: 'option',