From 0e8558269f4b16ed42665db94ec2d20d29f0d054 Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Tue, 3 Feb 2026 13:38:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=B8=83=E5=B0=94?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E5=AD=97=E5=85=B8=E5=80=BC=E4=BB=8E0?= =?UTF-8?q?=E6=94=B9=E4=B8=BA-1=E4=BB=A5=E4=BF=9D=E6=8C=81=E4=B8=80?= =?UTF-8?q?=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/orderPurchaseManagement/orderPurchase/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/orderPurchaseManagement/orderPurchase/index.vue b/src/views/orderPurchaseManagement/orderPurchase/index.vue index 9bf20fa..f93bc74 100644 --- a/src/views/orderPurchaseManagement/orderPurchase/index.vue +++ b/src/views/orderPurchaseManagement/orderPurchase/index.vue @@ -340,7 +340,7 @@ const state = reactive({ const boolOptions = [ { dictLabel: '全部', dictValue: -2, listClass: 'success' }, { dictLabel: '是', dictValue: 1, listClass: 'success' }, - { dictLabel: '否', dictValue: 0, listClass: 'info' } + { dictLabel: '否', dictValue: -1, listClass: 'info' } ] const { form, rules, options } = toRefs(state)