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

perf: dict.getNodesByValues 修改为单例模式也可以运行,无需配置prototype,优化性能
chore: 各ui支持table-select
This commit is contained in:
GitHub Actions Bot
2023-09-09 19:24:09 +00:00
parent 9788aefcc1
commit 8701303012
98 changed files with 322 additions and 99 deletions
@@ -192,6 +192,12 @@ export const crudResources = [
path: "/crud/component/select",
component: "/crud/component/select/index.vue"
},
{
title: "表格选择(table-select)",
name: "ComponentTableSelect",
path: "/crud/component/table-select",
component: "/crud/component/table-select/index.vue"
},
{
title: "级联(cascader)",
name: "ComponentCascader",