{opp.stage || "初步沟通"}
@@ -2057,6 +2119,7 @@ export default function Opportunities() {
exportError={exportError}
archiveTab={archiveTab}
stageOptions={stageOptions}
+ confidenceOptions={effectiveConfidenceOptions}
projectLocationOptions={projectLocationOptions}
opportunityTypeOptions={opportunityTypeOptions}
operatorOptions={operatorOptions}
@@ -2231,14 +2294,17 @@ export default function Opportunities() {
@@ -2461,7 +2527,7 @@ export default function Opportunities() {
{selectedItem.name || "未命名商机"}
{selectedItem.stage || "初步沟通"}
- 项目把握度 {getConfidenceLabel(selectedItem.confidence)}
+ 项目把握度 {getConfidenceLabel(selectedItem.confidence, effectiveConfidenceOptions)}