mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
价格页修复
This commit is contained in:
parent
472145aed6
commit
0caa639df7
@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user