feat: 1. 实现一键替换。
2. 优化追加附件和模板上传的样式。
This commit is contained in:
@@ -188,6 +188,8 @@ interface ReviewPointsListProps {
|
||||
jwtToken?: string; // 添加JWT token参数
|
||||
userInfo?: UserInfo; // 添加用户信息参数
|
||||
onOpinionSubmitted?: (newProposal: ScoringProposal) => void; // 新增:意见提交成功后的回调
|
||||
fileFormat?: string; // 文件格式(用于判断是否为PDF)
|
||||
onAiSuggestionReplace?: (searchText: string, replaceText: string, pageNumber: number) => void; // AI建议替换回调
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user