merge
This commit is contained in:
commit
9d4eab8c9e
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user