🔱: [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
@@ -121,10 +121,7 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
title: "单选远程",
search: {
show: true,
rules: null,
component: {
style: { width: "100px" }
}
rules: null
},
type: "dict-select",
dict: dict({
@@ -154,7 +151,7 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
search: {
title: "远程搜索",
type: "text",
search: { show: true, component: { style: { width: "240px" } } },
search: { show: true },
form: {
component: {
name: "a-select",
@@ -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>