任务明细页面
This commit is contained in:
25
pages/taskDetail/index.wxml
Normal file
25
pages/taskDetail/index.wxml
Normal file
@@ -0,0 +1,25 @@
|
||||
<t-input label="任务名" value="{{'任务的农安我i吗哇哦i对面'}}" placeholder="请输入任务名称" maxlength="{{10}}" clearable />
|
||||
<t-cell
|
||||
title="完成日期"
|
||||
hover
|
||||
note="{{dateText || '年 月 日'}}"
|
||||
arrow
|
||||
data-mode="date"
|
||||
bindtap="showPicker"
|
||||
class="test"
|
||||
t-class="pannel-item"
|
||||
t-class-note="{{dateText ? 'sub-text' : 'empty'}}"
|
||||
/>
|
||||
<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}}"
|
||||
></t-date-time-picker>
|
||||
<t-input placeholder="最大输入10个字符" maxlength="{{10}}" clearable />
|
||||
Reference in New Issue
Block a user