@@ -1638,6 +1638,11 @@ export const formComponents = [
label: '水平线',
type: 'bool',
},
+ {
+ key: 'maxNum',
+ label: '最大展示数',
+ type: 'number',
+ },
{
key: 'data',
label: '数据',
@@ -1771,6 +1776,11 @@ export const formComponents = [
label: '有无表头',