From 076533b2fbb75c373f5e7cd0a8b868187de00792 Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Tue, 23 Apr 2024 11:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E8=B5=84=E4=BA=A7=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eam/basic/fixedAssets/fixedAssets.data.ts | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) 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',