pull/2/head
xingyu4j 2022-11-16 17:04:50 +08:00
parent 195af02d18
commit ddc42c2ae5
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ const filterTableSchema = (crudSchema: VxeCrudSchema): VxeGridPropTypes.Columns
title: crudSchema.primaryTitle ? crudSchema.primaryTitle : t('common.index'),
field: crudSchema.primaryKey,
type: crudSchema.primaryType ? crudSchema.primaryType : null,
width: '50px'
width: '80px'
}
tableSchema.push(tableSchemaItem)
}