Commit b81a1e68 by iszcz

价格页修复

parent 026b5f2f
......@@ -155,7 +155,7 @@ const ModelPricing = () => {
);
},
onFilter: (value, record) =>
record.name.toLowerCase().includes(value.toLowerCase()),
record.model_name.toLowerCase().includes(value.toLowerCase()),
filteredValue,
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment