perf
parent
195af02d18
commit
ddc42c2ae5
|
@ -174,7 +174,7 @@ const filterTableSchema = (crudSchema: VxeCrudSchema): VxeGridPropTypes.Columns
|
||||||
title: crudSchema.primaryTitle ? crudSchema.primaryTitle : t('common.index'),
|
title: crudSchema.primaryTitle ? crudSchema.primaryTitle : t('common.index'),
|
||||||
field: crudSchema.primaryKey,
|
field: crudSchema.primaryKey,
|
||||||
type: crudSchema.primaryType ? crudSchema.primaryType : null,
|
type: crudSchema.primaryType ? crudSchema.primaryType : null,
|
||||||
width: '50px'
|
width: '80px'
|
||||||
}
|
}
|
||||||
tableSchema.push(tableSchemaItem)
|
tableSchema.push(tableSchemaItem)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue