From aace02150a0a0521108501e5269910957a4d1352 Mon Sep 17 00:00:00 2001 From: yechenhao Date: Fri, 19 Jun 2020 15:50:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=AE=A2=E6=88=B7type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shop/IncreaseStaffManager.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/shop/IncreaseStaffManager.vue b/src/pages/shop/IncreaseStaffManager.vue index 421825f..d8e17fc 100644 --- a/src/pages/shop/IncreaseStaffManager.vue +++ b/src/pages/shop/IncreaseStaffManager.vue @@ -222,8 +222,8 @@ export default { h("i-switch", { props: { value: params.row.accountFlag, - "true-value": 1, //开启值 - "false-value": 2, //关闭值 + "true-value": true, //开启值 + "false-value": false, //关闭值 size: "large" }, on: {