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

refactor: bpmn 1.0.6
Merge remote-tracking branch 'origin/main'
refactor: bpmn 1.0.6
Merge branch 'main' of https://github.com/fast-crud/fs-admin-antdv
perf: toolbar按钮显隐配置,保存按钮,对话框样式优化
refactor: 1.13.0
refactor: 1.13.0
feat: FsComponentRender组件重构

修复选择联动示例报错的bug
This commit is contained in:
GitHub Actions Bot
2023-04-07 19:23:58 +00:00
parent e76fb235aa
commit 5746042d68
6 changed files with 41 additions and 20 deletions
@@ -1,10 +1,9 @@
<template>
<fs-page>
<fs-crud ref="crudRef" custom-class="page-layout" v-bind="crudBinding">
<template #header-top>
<div class="page-header">表单布局</div>
</template>
</fs-crud>
<template #header>
<div class="title">表单Grid布局</div>
</template>
<fs-crud ref="crudRef" custom-class="page-layout" v-bind="crudBinding"> </fs-crud>
</fs-page>
</template>