1
0

feat: 增加额外得分数据保存

This commit is contained in:
2025-10-11 15:04:16 +08:00
parent 5390a879e7
commit 49a03adf21
6 changed files with 228 additions and 182 deletions

View File

@@ -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}',
},
},
},
],
),