feat: 增加额外得分数据保存
This commit is contained in:
@@ -21,10 +21,21 @@ function StockCollectionDetail() {
|
||||
undefined,
|
||||
[
|
||||
{
|
||||
className: 'white-space-pre',
|
||||
name: 'score',
|
||||
label: '得分',
|
||||
width: 50,
|
||||
align: 'center',
|
||||
type: 'tpl',
|
||||
tpl: '${score}',
|
||||
popOver: {
|
||||
trigger: 'click',
|
||||
showIcon: false,
|
||||
body: {
|
||||
type: 'tpl',
|
||||
tpl: '${extra|raw}',
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user