Browse Source

备件申领新增 不展示创建者

master
zengqinyuan 3 weeks ago
parent
commit
340e1e5bea
  1. 1
      src/views/eam/item/itemApplyMain/itemApplyMain.data.ts

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

@ -93,6 +93,7 @@ export const ItemApplyMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '创建者',
field: 'creator',
sort: 'custom',
isForm: false,
isSearch: false
},
{

Loading…
Cancel
Save