feat:分类模块,单位模块完成

This commit is contained in:
liamzi
2024-12-27 18:10:20 +08:00
parent 8d2383a8a9
commit fb188374b2
15 changed files with 668 additions and 779 deletions

View File

@@ -66,7 +66,7 @@ const ServicePage = () => {
filter: {
type: { eq: "serviceTemplate" },
...(selectedType
? { "attributes->>type": { eq: selectedType } }
? { "attributes->>template_type": { eq: selectedType } }
: {}),
},
order: {