소스 검색

feat:tablePlus配置

ananzhusen 9 달 전
부모
커밋
2b4a72c1d5
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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: '数据',