| | |
| | | wx:for="{{unfinishedList}}" |
| | | wx:key="index" |
| | | item="{{item}}" |
| | | data-index="{{index}}" |
| | | bind:longpress="handleAction" |
| | | ></patrol-task> |
| | | <view class="page-footer"></view> |
| | | </block> |
| | |
| | | aria-label="发布任务" |
| | | text="" |
| | | ></t-fab> |
| | | <t-action-sheet id="t-action-sheet" usingCustomNavbar bind:selected="handleSelected" /> |
| | | <t-dialog |
| | | visible="{{dialog.show}}" |
| | | title="{{dialog.title}}" |
| | | content="{{dialog.message}}" |
| | | bindconfirm="dialogConfirm" |
| | | bind:close="dialogClose" |
| | | confirm-btn="确定" |
| | | cancel-btn="取消" |
| | | t-class-confirm="add-notes__confirm" |
| | | /> |
| | | </view> |