fix: model filter by worker

This commit is contained in:
jialin
2025-04-01 10:56:50 +08:00
parent eff88528d3
commit 7e8b5f1f63
12 changed files with 72 additions and 182 deletions
@@ -529,7 +529,7 @@ const ModelFiles = () => {
handleDeleteByBatch={handleDeleteByBatch}
handleClickPrimary={handleClickDropdown}
handleSearch={handleSearch}
selectOptions={onLineSourceOptions}
selectOptions={workersList}
handleInputChange={handleNameChange}
rowSelection={rowSelection}
actionItems={onLineSourceOptions}
+2 -2
View File
@@ -308,8 +308,8 @@ const Workers: React.FC = () => {
borderRadius: 12
}}
>
<span className="font-600">{key}</span>
<span className="text-tertiary">:{value}</span>
<span>{key}</span>
<span>:{value}</span>
</AutoTooltip>
);
})}