From 3c85fd6dc9263cb52059eaa84cc47808d360a860 Mon Sep 17 00:00:00 2001 From: yechenhao Date: Wed, 24 Jun 2020 16:19:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E8=B4=AD?= 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 a1f1876..fa40b92 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": true, //开启值 - "false-value": false, //关闭值 + "true-value": 1, //开启值 + "false-value": 0, //关闭值 size: "large" }, on: {