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 @@ -