fix: target options miss deployment models

This commit is contained in:
jialin
2026-02-09 11:51:26 +08:00
parent 1314123ad7
commit 83086c46e6
8 changed files with 32 additions and 17 deletions
@@ -25,7 +25,9 @@ const ActiveTable = () => {
render: (text: any, record: any) => {
return (
<AutoTooltip ghost>
<span>{text}</span>
<span>
{record.provider_name ? `${record.provider_name}/${text}` : text}
</span>
</AutoTooltip>
);
}