uni-item-manage/tm-vuetify/components/tm-dropDownMenu/doc.json
2023-10-18 15:52:41 +08:00

108 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//格式如下。如果是单选或者多选项,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'
}
]
}
]
}
]