From 99b19c724e2d167732a2bfb7d3541869f856fc90 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 2 Jan 2026 11:16:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=E7=8A=B6=E6=80=81=E5=80=BC?= =?UTF-8?q?=E4=BB=8E'1'=E6=94=B9=E4=B8=BA'=E5=90=AF=E7=94=A8'=E4=BB=A5?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../materialManagement/productionMaterial/MmMaterial.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/materialManagement/productionMaterial/MmMaterial.vue b/src/views/materialManagement/productionMaterial/MmMaterial.vue index ab8d400..753fba6 100644 --- a/src/views/materialManagement/productionMaterial/MmMaterial.vue +++ b/src/views/materialManagement/productionMaterial/MmMaterial.vue @@ -295,7 +295,7 @@ const state = reactive({ single: true, multiple: true, form: { - status: '1' + status: '启用' }, rules: { materialCode: [{ required: true, message: '物料编码不能为空', trigger: 'blur' }], @@ -360,7 +360,7 @@ function reset() { supplierCode: null, supplierName: null, safetyStock: null, - status: '1', + status: '启用', createdTime: null, updatedTime: null, description: null