25 lines
430 B
Plaintext
25 lines
430 B
Plaintext
<t-cell
|
|
title="选择日期"
|
|
hover
|
|
note="{{dateText || ''}}"
|
|
arrow
|
|
data-mode="date"
|
|
bindtap="showPicker"
|
|
class="test"
|
|
t-class="pannel-item"
|
|
/>
|
|
|
|
<!-- 年月日 -->
|
|
<t-date-time-picker
|
|
title="选择日期"
|
|
visible="{{dateVisible}}"
|
|
mode="date"
|
|
defaultValue="{{date}}"
|
|
format="YYYY-MM-DD"
|
|
bindchange="onConfirm"
|
|
bindpick="onColumnChange"
|
|
bindcancel="hidePicker"
|
|
start="{{start}}"
|
|
end="{{end}}"
|
|
/>
|