diff --git a/src/views/eam/basic/fixedAssets/fixedAssets.data.ts b/src/views/eam/basic/fixedAssets/fixedAssets.data.ts index 59191ff..fe6876c 100644 --- a/src/views/eam/basic/fixedAssets/fixedAssets.data.ts +++ b/src/views/eam/basic/fixedAssets/fixedAssets.data.ts @@ -73,16 +73,16 @@ export const FixedAssets = useCrudSchemas(reactive([ isSearch: true, }, { - label: '会计单位', - field: 'accountingUnit', + label: '规格型号', + field: 'specifications', sort: 'custom', table: { width: '150', }, }, { - label: '规格型号', - field: 'specifications', + label: '会计单位', + field: 'accountingUnit', sort: 'custom', table: { width: '150', @@ -147,6 +147,17 @@ export const FixedAssets = useCrudSchemas(reactive([ } } }, + { + label: '管理部门', + field: 'manageDept', + sort: 'custom', + isForm: false, + dictType: DICT_TYPE.SPECIAL_DEPT_ROLE, + dictClass: 'string', + table: { + width: '150', + }, + }, { label: '出厂日期', field: 'productionDate',