mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-01-31 17:40:05 +08:00
perf
This commit is contained in:
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
Block a user