index.vue 241 B

12345678910
  1. <template>
  2. <view class="datetime-picker">
  3. <CustomPickerView :columns="dateConfig" :selectVals="selectVals" @onChange="onChangePickerValue" />
  4. </view>
  5. </template>
  6. <script src="./index.js"></script>
  7. <style scoped lang="css"></style>