diff --git a/src/views/table/ComprehensiveTable/constants.tsx b/src/views/table/ComprehensiveTable/constants.tsx index 3841d38..18a5b1d 100644 --- a/src/views/table/ComprehensiveTable/constants.tsx +++ b/src/views/table/ComprehensiveTable/constants.tsx @@ -24,7 +24,6 @@ export const columns = [ { name: 'sex', label: '性别', - slot: true, search: true, span: 8, diff --git a/tsconfig.json b/tsconfig.json index 31ebbd2..067b822 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,9 @@ "resolveJsonModule": true, "isolatedModules": true, "esModuleInterop": true, + "allowSyntheticDefaultImports": true, "lib": ["ESNext", "DOM"], + "noEmit": true, // 跳过库检查,解决打包失败 "skipLibCheck": true, // 解析非相对模块名的基准目录