From b732061a2d6f56eb6ef58e5f724c3bcd7fabd6b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=9A=E5=86=89?= Date: Wed, 30 Nov 2022 16:16:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Akano=E9=97=AE=E5=8D=B7=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E5=BF=AB=E6=8D=B7=E8=AF=84=E8=AE=BA=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E5=8D=95=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../planetDesign/Design/questions/kano/Kano.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/planetDesign/Design/questions/kano/Kano.vue b/src/views/planetDesign/Design/questions/kano/Kano.vue index a27fe401..f120504c 100644 --- a/src/views/planetDesign/Design/questions/kano/Kano.vue +++ b/src/views/planetDesign/Design/questions/kano/Kano.vue @@ -97,12 +97,12 @@ export default { { title: "不喜欢", check: false, - disabled: false, + disabled: true, }, { title: "能忍受", check: false, - disabled: false, + disabled: true, }, { title: "无所谓", @@ -112,12 +112,12 @@ export default { { title: "理应如此", check: false, - disabled: true, + disabled: false, }, { title: "喜欢", check: false, - disabled: true, + disabled: false, }, ], [ @@ -128,12 +128,12 @@ export default { { title: "不喜欢", check: false, - disabled: true, + disabled: false, }, { title: "能忍受", check: false, - disabled: true, + disabled: false, }, { title: "无所谓", @@ -143,12 +143,12 @@ export default { { title: "理应如此", check: false, - disabled: false, + disabled: true, }, { title: "喜欢", check: false, - disabled: false, + disabled: true, }, ], ]);