feat: 增加券商名字段
This commit is contained in:
@@ -82,6 +82,7 @@ export const processCitationData = (rawData) => {
|
||||
// 构建引用信息映射
|
||||
citations[citationId] = {
|
||||
author: item.author || '未知作者',
|
||||
organization: item.organization || '', // 券商名/机构名,可选字段
|
||||
report_title: item.report_title || '未知报告',
|
||||
declare_date: formatDate(item.declare_date),
|
||||
sentences: item.sentences,
|
||||
|
||||
Reference in New Issue
Block a user