feat:角色 role 的实现 50%(crud + export 功能)

This commit is contained in:
YunaiV
2025-03-29 21:18:48 +08:00
parent a6a5b55229
commit c4fd6b89b6
8 changed files with 440 additions and 10 deletions

View File

@@ -118,7 +118,7 @@ export function useGridColumns<T = SystemPostApi.SystemPost>(
props: { type: DICT_TYPE.COMMON_STATUS },
},
field: 'status',
title: '状态',
title: '岗位状态',
minWidth: 100,
},
{