fix:kano问卷设计快捷评论禁用单选
This commit is contained in:
@@ -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,
|
||||
},
|
||||
],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user