oak-general-business/lib/miniprogram_npm/wuxui/date-picker-view/index.wxml

16 lines
472 B
Plaintext

<wux-multi-picker-view
id="wux-picker"
prefixCls="{{ multiPickerPrefixCls }}"
pickerPrefixCls="{{ pickerPrefixCls }}"
value="{{ inputValue }}"
itemHeight="{{ itemHeight }}"
itemStyle="{{ itemStyle }}"
indicatorStyle="{{ indicatorStyle }}"
indicatorClass="{{ indicatorClass }}"
maskStyle="{{ maskStyle }}"
maskClass="{{ maskClass }}"
labelAlign="{{ labelAlign }}"
options="{{ cols }}"
bind:valueChange="onValueChange"
/>