$picker

基本使用

const years = [{label: 2019, value:2019}, {label: 2018, value:2018}];
const months = [{label: '1月', value:1}, {label: '2月', value:2}];
const value = [2018, 1];
this.$picker([years, months], {
    value, // 必填
    onOk:(value)=>{
        this.$alert(value);
    }
});

API

参数说明类型默认值可选值是否必选
data-source数据源Object-
options更多配置Object--

更多配置

参数说明类型默认值可选值是否必选
onOk点击'确定'触发Function--
onCancel点击'取消'触发Function--
中国移动
19:01:30
86%