From b9b7aa885382d7d747db9ff70fbf9588dd5a8b21 Mon Sep 17 00:00:00 2001 From: zx Date: Fri, 23 Jan 2026 11:34:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E7=AE=A1=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=93=8D=E4=BD=9C=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wisdom/record/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/wisdom/record/index.vue b/src/views/wisdom/record/index.vue index d38b18b..01bdf78 100644 --- a/src/views/wisdom/record/index.vue +++ b/src/views/wisdom/record/index.vue @@ -164,10 +164,10 @@ const storeStatusList = ref([ ])//库存状态 // 0入库,1出库,2借料出库,3还料入库 const isChukuList = ref([ - { value: '0', label: '入库', elTagType: "success", elTagClass: null }, - { value: '1', label: '出库', elTagType: "warning", elTagClass: null }, - { value: '2', label: '借料出库', elTagType: "", elTagClass: null }, - { value: '3', label: '还料入库', elTagType: "danger", elTagClass: null }, + { value: 0, label: "已入库", elTagType: "success", elTagClass: null }, + { value: 1, label: "已出库", elTagType: "warning", elTagClass: null }, + { value: 2, label: "借料出库", elTagType: "danger", elTagClass: null }, + { value: 3, label: "还料入库", elTagType: "primary", elTagClass: null }, ]) const data = reactive({