mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
fix: Table 编辑器面板初始顶部&底部是否初始选中问题修复 (#9359)
This commit is contained in:
parent
d48c516597
commit
010f53f05b
@ -513,6 +513,7 @@ export class TablePlugin extends BasePlugin {
|
||||
formType: 'extend',
|
||||
label: '头部',
|
||||
name: 'showHeader',
|
||||
pipeIn: (value: any) => value ?? true,
|
||||
form: {
|
||||
body: [
|
||||
{
|
||||
@ -536,6 +537,7 @@ export class TablePlugin extends BasePlugin {
|
||||
formType: 'extend',
|
||||
label: '底部',
|
||||
name: 'showFooter',
|
||||
pipeIn: (value: any) => value ?? true,
|
||||
form: {
|
||||
body: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user