didi / mand-mobile

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
https://didi.github.io/mand-mobile
Apache License 2.0
3.46k stars 772 forks source link

[bug-report] DatePicker 组件,自定义 custom-types 问题 #833

Closed last230 closed 1 year ago

last230 commented 1 year ago

Mand Mobile Version

2.6.1

Vue Version

2.4.2

Model / OS & Browser Info

iphone/android

Recurring Steps

<md-date-picker
  v-model="isDatePickerShow"
  title="选择出险时间"
  :unit-text="['', '', '']"
  :keep-index="true"
  type="custom"
  :custom-types="['dd', 'MM', 'yyyy']"
><

Expectant Behaviors

选择月份,天数根据月份变化

Actual Behaviors

选择月份,天数永远不变

qifeng0748 commented 1 year ago

Mand Mobile Version

2.6.1

Vue Version

2.4.2

Model / OS & Browser Info

iphone/android

Recurring Steps

<md-date-picker
  v-model="isDatePickerShow"
  title="选择出险时间"
  :unit-text="['', '', '']"
  :keep-index="true"
  type="custom"
  :custom-types="['dd', 'MM', 'yyyy']"
><

Expectant Behaviors

选择月份,天数根据月份变化

Actual Behaviors

选择月份,天数永远不变

感谢反馈,目前这个属性存在问题