This commit is contained in:
yuanzbz 2023-12-06 22:08:41 +08:00
commit 1350b9d400
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,6 @@ export const columns = [
{
name: 'sex',
label: '性别',
slot: true,
search: true,
span: 8,

View File

@ -10,7 +10,9 @@
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"lib": ["ESNext", "DOM"],
"noEmit": true,
//
"skipLibCheck": true,
//