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

chore:
chore:
chore: editRequest 判断form.id不为空
chore:
This commit is contained in:
GitHub Actions Bot
2023-11-23 19:24:19 +00:00
parent 3393bde820
commit 282f8b4e02
109 changed files with 743 additions and 120 deletions
@@ -617,7 +617,7 @@ export const crudResources = [
path: "/crud/editable",
redirect: "/crud/editable/free",
meta: {
icon: "ion:extension-puzzle-outline"
icon: "ion:create-outline"
},
children: [
{
@@ -643,6 +643,12 @@ export const crudResources = [
name: "EditableVModel",
path: "/crud/editable/vmodel",
component: "/crud/editable/vmodel/index.vue"
},
{
title: "子CRUD",
name: "EditableSubCrud",
path: "/crud/editable/sub-crud",
component: "/crud/editable/sub-crud/index.vue"
}
]
},