alipay-emulator/components/dengrq-datetime-picker/dateTimePicker/index.vue

10 lines
241 B
Vue

<template>
<view class="datetime-picker">
<CustomPickerView :columns="dateConfig" :selectVals="selectVals" @onChange="onChangePickerValue" />
</view>
</template>
<script src="./index.js"></script>
<style scoped lang="css"></style>