community增加事件详情
This commit is contained in:
@@ -777,7 +777,7 @@ const DetailModal = ({ isOpen, onClose, selectedDate, ztDetail, events, loading
|
|||||||
];
|
];
|
||||||
|
|
||||||
// 涨停股票详情表格列
|
// 涨停股票详情表格列
|
||||||
const stockColumns = [
|
const ztStockColumns = [
|
||||||
{
|
{
|
||||||
title: '股票',
|
title: '股票',
|
||||||
key: 'stock',
|
key: 'stock',
|
||||||
@@ -1098,7 +1098,7 @@ const DetailModal = ({ isOpen, onClose, selectedDate, ztDetail, events, loading
|
|||||||
{ztViewMode === 'stock' && (
|
{ztViewMode === 'stock' && (
|
||||||
<Table
|
<Table
|
||||||
dataSource={stockList}
|
dataSource={stockList}
|
||||||
columns={stockColumns}
|
columns={ztStockColumns}
|
||||||
rowKey="scode"
|
rowKey="scode"
|
||||||
size="small"
|
size="small"
|
||||||
pagination={false}
|
pagination={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user