mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-09 23:53:41 +08:00
价格页修复
This commit is contained in:
@@ -155,7 +155,7 @@ const ModelPricing = () => {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
onFilter: (value, record) =>
|
onFilter: (value, record) =>
|
||||||
record.name.toLowerCase().includes(value.toLowerCase()),
|
record.model_name.toLowerCase().includes(value.toLowerCase()),
|
||||||
filteredValue,
|
filteredValue,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user