From 8458dc765e528ab6d9290a291f052e836c8414b1 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 24 Jan 2024 11:26:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=9A=90=E5=8E=BB=E5=8A=A0=E5=B7=A5?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=92=8C=E8=BE=85=E5=8A=A9=E5=B7=A5=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/materials.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/mtm/materials.vue b/src/views/mtm/materials.vue index f636b73d..82eeeed9 100644 --- a/src/views/mtm/materials.vue +++ b/src/views/mtm/materials.vue @@ -94,8 +94,8 @@ export default { { label: "半成品", name: 20 }, { label: "主要原料", name: 30 }, { label: "辅助材料", name: 40 }, - { label: "加工工具", name: 50 }, - { label: "辅助工装", name: 60 }, + // { label: "加工工具", name: 50 }, + // { label: "辅助工装", name: 60 }, { label: "办公用品", name: 70 }, // { label: "电/水/气", name: 0 }, ], @@ -105,8 +105,8 @@ export default { 20: '半成品', 30: '主要原料', 40: '辅助材料', - 50: '加工工具', - 60: '辅助工装', + // 50: '加工工具', + // 60: '辅助工装', 70: '办公用品', }, showHidden: false,