You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
1.6 KiB
JSON

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

//格式如下。如果是单选或者多选项,id为必须。
// input或者slider模式value,必须,其它格式见下面
[{
title: '',
disabled: true,
children: [{
title: "默认排序",
model: "checkbox",
children: [{
title: "默认排序",
id: '1-1'
},
{
title: "最近更新",
id: '1-2'
},
{
title: "信誉值最高",
id: '1-3'
},
{
title: "信誉值最高",
id: '1-4'
}
]
},
{
title: "价格选择",
model: "radio",
children: [{
title: "默认排序",
id: '2-1'
},
{
title: "最近更新",
id: '2-2'
},
{
title: "信誉值最高",
id: '2-3'
},
{
title: "最近更新",
id: '2-4'
},
{
title: "信誉值最高",
id: '2-5'
}
]
}
]
}, {
title: '',
children: [{
title: "价格排序",
model: "radio",
children: [{
title: "默认排序",
id: '3-1'
},
{
title: "最近更新",
id: '3-2'
},
{
title: "信誉值最高",
id: '3-3'
}
]
}]
},
{
title: '',
children: [{
title: '',
model: "input",
type: "number",
value: ""
},
{
title: '',
model: "slider",
suffix: '',
max: 1000,
value: 0
},
{
title: "品牌排序",
model: "checkbox",
children: [{
title: "默认排序",
id: '4-1'
},
{
title: "最近更新",
id: '4-2'
},
{
title: "信誉值最高",
id: '4-3'
}
]
}
]
}
]