feat: vxe table dict tag【6c40712d】

This commit is contained in:
YunaiV
2025-03-26 19:30:54 +08:00
parent efa27360a3
commit 3b1e039ede
2 changed files with 35 additions and 3 deletions

View File

@@ -44,7 +44,11 @@ export const columns: VxeGridProps['columns'] = [
{ field: 'code', title: '岗位编码' },
{ field: 'sort', title: '岗位顺序' },
{ field: 'remark', title: '岗位备注' },
{ field: 'status', title: '状态' },
{
field: 'status',
title: '状态',
cellRender: { name: 'CellDict', props: { type: 'common_status' } },
},
{ field: 'createTime', formatter: 'formatDateTime', title: '创建时间' },
{
field: 'action',