叶佳兴 4 weeks ago
parent
commit
a4de65d60d
  1. 7
      src/views/eam/item/itemApplyMain/itemApplyMain.data.ts

7
src/views/eam/item/itemApplyMain/itemApplyMain.data.ts

@ -80,10 +80,15 @@ export const ItemApplyMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
{ {
label: '描述', label: '描述',
field: 'costCenter',
sort: 'custom',
},
{
label: '成本中心',
field: 'name', field: 'name',
sort: 'custom', sort: 'custom',
dictType: DICT_TYPE.CENTER_SUBJECT_MAP_DEPT,
}, },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',

Loading…
Cancel
Save