refactor: 修改分类编号标题为“编号”以提升一致性

pull/90/head
ziye 2025-05-06 21:15:14 +08:00
parent bd38076d40
commit 413ed3526d
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ export function useGridColumns<T = BpmCategoryApi.CategoryVO>(
return [
{
field: 'id',
title: '分类编号',
title: '编号',
minWidth: 100,
},
{