소스 검색

feat:colHeaders

ananzhusen 11 달 전
부모
커밋
8cdb93120c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/services/defaults.ts

+ 2 - 2
src/services/defaults.ts

@@ -1804,7 +1804,7 @@ export const formComponents = [
                 type: 'bool',
               },
               {
-                key: 'hasHeader',
+                key: 'colHeaders',
                 label: '有无表头',
                 type: 'bool',
               },
@@ -2096,7 +2096,7 @@ export const formComponents = [
           props: {
             custom: [
               {
-                key: 'hasHeader',
+                key: 'colHeaders',
                 label: '有无表头',
                 type: 'bool',
               },