mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
🔱: [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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user