Browse Source

增加显示字段

changchun
Jinyuanyuan 11 months ago
parent
commit
2a1b3d8a40
  1. 7
      src/views/activiti/task/list.data.ts
  2. 2
      src/views/workSystem/organizationStructure/organizationStructure.data.ts

7
src/views/activiti/task/list.data.ts

@ -68,4 +68,11 @@ export const columns: BasicColumn[] = [
width: 170, width: 170,
sorter: true, sorter: true,
}, },
{
title: '所属改革任务',
dataIndex: 'reformName',
format: 'dict|reformTasks',
width: 170,
sorter: false,
},
]; ];

2
src/views/workSystem/organizationStructure/organizationStructure.data.ts

@ -12,7 +12,7 @@ export const organizationStructurecolumns: BasicColumn[] = [
{ {
title: '角色', title: '角色',
width: 150, width: 150,
dataIndex: 'role', dataIndex: 'roleName',
// format: 'dict|regulationlabCategory', // format: 'dict|regulationlabCategory',
}, },
{ {

Loading…
Cancel
Save