Browse Source

[SBBJ-971]pc备件申领选择成本中心

master
zengqinyuan 4 weeks ago
parent
commit
3da60dd7ce
  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: '描述',
field: 'costCenter',
sort: 'custom',
},
{
label: '成本中心',
field: 'name',
sort: 'custom',
dictType: DICT_TYPE.CENTER_SUBJECT_MAP_DEPT,
},
{
label: '创建时间',
field: 'createTime',

Loading…
Cancel
Save