feat: 股票集中显示股票对应的得分
This commit is contained in:
@@ -15,10 +15,20 @@ function StockCollectionDetail() {
|
||||
body: [
|
||||
{
|
||||
type: 'crud',
|
||||
source: '${stocks}',
|
||||
source: '${scores}',
|
||||
...crudCommonOptions(),
|
||||
...paginationTemplate(15, undefined, ['filter-toggler']),
|
||||
columns: stockListColumns(navigate),
|
||||
...paginationTemplate(100, undefined, ['filter-toggler']),
|
||||
columns: stockListColumns(
|
||||
navigate,
|
||||
[
|
||||
{
|
||||
name: 'score',
|
||||
label: '得分',
|
||||
width: 50,
|
||||
align: 'center',
|
||||
}
|
||||
]
|
||||
),
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user