refactor: 修改分类编号标题为“编号”以提升一致性
parent
bd38076d40
commit
413ed3526d
|
@ -106,7 +106,7 @@ export function useGridColumns<T = BpmCategoryApi.CategoryVO>(
|
|||
return [
|
||||
{
|
||||
field: 'id',
|
||||
title: '分类编号',
|
||||
title: '编号',
|
||||
minWidth: 100,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue