Răsfoiți Sursa

feat:tablePlus配置

ananzhusen 9 luni în urmă
părinte
comite
2b4a72c1d5
1 a modificat fișierele cu 10 adăugiri și 0 ștergeri
  1. 10 0
      src/services/defaults.ts

+ 10 - 0
src/services/defaults.ts

@@ -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: '有无表头',
                 type: 'bool',
               },
+              {
+                key: 'maxNum',
+                label: '最大展示数',
+                type: 'number',
+              },
               {
                 key: 'data',
                 label: '数据',