feat(scheduling): show all candidates instead of top 5, update section title
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
kkfluous
2026-04-16 22:44:51 +08:00
parent 4f02a54d38
commit 7aa0d961ce
2 changed files with 7 additions and 7 deletions

View File

@@ -116,11 +116,11 @@ export default function SuggestionDetail({ suggestion: s, onClose, onNotifySucce
{/* Candidates */}
<div className="px-4 py-3">
<div className="flex items-center justify-between mb-2.5">
<span className="text-xs font-bold text-slate-700">
{isRescue ? '建议替换车辆' : '建议替换车辆'}
</span>
<span className="text-[10px] text-slate-400">{s.candidates.length} </span>
<div className="mb-2.5">
<div className="flex items-center justify-between">
<span className="text-xs font-bold text-slate-700"></span>
<span className="text-[10px] text-slate-400">{s.candidates.length} </span>
</div>
</div>
<div className="space-y-2">