mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-11 13:22:09 +08:00
@@ -34,22 +34,18 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '岗位编码',
|
||||
field: 'postCode',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '类别编码',
|
||||
field: 'postCategory',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '岗位名称',
|
||||
field: 'postName',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '排序',
|
||||
field: 'postSort',
|
||||
minWidth: 80,
|
||||
},
|
||||
{
|
||||
title: '状态',
|
||||
@@ -59,7 +55,6 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return renderDict(row.status, DictEnum.SYS_NORMAL_DISABLE);
|
||||
},
|
||||
},
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
|
||||
Reference in New Issue
Block a user