价格页修复
This commit is contained in:
parent
026b5f2fdd
commit
b81a1e68f4
@ -155,7 +155,7 @@ const ModelPricing = () => {
|
||||
);
|
||||
},
|
||||
onFilter: (value, record) =>
|
||||
record.name.toLowerCase().includes(value.toLowerCase()),
|
||||
record.model_name.toLowerCase().includes(value.toLowerCase()),
|
||||
filteredValue,
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user