fix: deduplicate in select provider models and target models

This commit is contained in:
jialin
2026-02-08 17:20:05 +08:00
parent ec6f5d1ad3
commit 379eeedde2
6 changed files with 80 additions and 43 deletions
@@ -88,7 +88,7 @@ const RouteItem: React.FC<TargetItemProps> = ({
<Col span={5} style={{ paddingLeft: 56 }}>
<CellContent>{renderProviderSource()}</CellContent>
</Col>
<Col span={3}>
<Col span={2}>
<CellContent>
{data.weight > 0 && (
<AutoTooltip ghost>
@@ -112,7 +112,7 @@ const RouteItem: React.FC<TargetItemProps> = ({
)}
</CellContent>
</Col>
<Col span={2}>
<Col span={3}>
<CellContent>
<AutoTooltip ghost>
<StatusTag