From b3c2d3cf9ea44221d5886c5cf4046d2998ed39c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=BB=E7=A0=96-JAVA=5CAdministrator?= <591141169@qq.com> Date: Mon, 13 May 2024 14:15:50 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/basic/item/item.data.ts | 13 +------------ src/views/eam/basic/location/index.vue | 2 +- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/src/views/eam/basic/item/item.data.ts b/src/views/eam/basic/item/item.data.ts index 2ff59aa..c7fe371 100644 --- a/src/views/eam/basic/item/item.data.ts +++ b/src/views/eam/basic/item/item.data.ts @@ -66,17 +66,6 @@ export const Item = useCrudSchemas(reactive([ width: 110 }, }, - { - label: 'ABC分类', - field: 'classification', - sort: 'custom', - dictType: DICT_TYPE.UOM, - dictClass: 'string', - isTable: true, - table: { - width: 100 - } , - }, { label: '供应商名称', field: 'supplierName', @@ -143,7 +132,7 @@ export const Item = useCrudSchemas(reactive([ isTable: true, table: { width: 100 - } , + }, }, { label: '使用地点', diff --git a/src/views/eam/basic/location/index.vue b/src/views/eam/basic/location/index.vue index 56a7cb6..4291e10 100644 --- a/src/views/eam/basic/location/index.vue +++ b/src/views/eam/basic/location/index.vue @@ -34,7 +34,7 @@ -