merge
This commit is contained in:
commit
9d4eab8c9e
@ -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 = <DataSource extends AnyObject = AnyObject>(
|
||||
title: '布控星期',
|
||||
dataIndex: 'arrangeDay',
|
||||
},
|
||||
{
|
||||
title: '算力占用',
|
||||
dataIndex: 'powerOccupy',
|
||||
},
|
||||
// !! 暂时不需要
|
||||
// TODO: 暂时先注释后续在做这个功能
|
||||
// {
|
||||
// title: '算力占用',
|
||||
// dataIndex: 'powerOccupy',
|
||||
// },
|
||||
// {
|
||||
// title: '配置路数',
|
||||
// key: 'option',
|
||||
|
Loading…
Reference in New Issue
Block a user