🔱: [client] sync upgrade with 5 commits [trident-sync]

build: publish success
chore:
chore:
perf: 优化export,支持查询导出
This commit is contained in:
GitHub Actions Bot
2023-07-04 19:24:06 +00:00
parent 474fd77970
commit b4c4dc2c2e
8 changed files with 261 additions and 5 deletions
@@ -585,6 +585,12 @@ export const crudResources = [
path: "/crud/feature/local-import",
component: "/crud/feature/local-import/index.vue"
},
{
title: "导出",
name: "FeatureExport",
path: "/crud/feature/export",
component: "/crud/feature/export/index.vue"
},
{
title: "自定义删除",
name: "FeatureRemove",