You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
747 B
20 lines
747 B
<view class="release-view">
|
|
<form bindsubmit='formSubmit' bindreset='formReset'>
|
|
<label>任务名称
|
|
<input type='text' name='name' placeholder='请输入任务名' value='{{name}}'></input>
|
|
</label>
|
|
<label>任务结束时间
|
|
<input type="text" name="deadtime" value="{{deadtime}}" placeholder="输入任务结束时间" ></input>
|
|
</label>
|
|
<label>任务详情
|
|
<input type="text" name="property" value="{{property}}" placeholder="输入任务详情" ></input>
|
|
</label>
|
|
|
|
|
|
<view class='row'>
|
|
<button type='primary' form-type='submit' catchtap="addSelect">提交</button>
|
|
<button type='primary' form-type='reset'>清空</button>
|
|
</view>
|
|
</form>
|
|
</view>
|