| | |
| | | bind:timePickerChange="ontimePickerChange" |
| | | > |
| | | <view slot="text"> |
| | | <t-cell |
| | | t-class="t-class-cell" |
| | | title="截止时间" |
| | | arrow |
| | | hover |
| | | note="{{timeText}}" |
| | | /> |
| | | <t-cell t-class="t-class-cell" title="截止时间" arrow hover note="{{timeText}}" /> |
| | | </view> |
| | | </time-picker> |
| | | <t-cell |
| | |
| | | <block wx:if="{{selectedSceneTypes.length > 0}}"> |
| | | <view class="tag">*{{selectedSceneTypesText[0]}}</view> |
| | | <view class="title"> |
| | | <t-icon |
| | | name="edit-1" |
| | | color="var(--td-primary-color)" |
| | | size="36rpx" |
| | | data-name="edit-1" |
| | | /> |
| | | <t-icon name="edit-1" color="var(--td-primary-color)" size="36rpx" data-name="edit-1" /> |
| | | {{selectedSceneTypesText[1]}} |
| | | </view> |
| | | <t-cell |
| | |
| | | bind:cancel="closeDialog" |
| | | /> |
| | | |
| | | <t-popup |
| | | visible="{{popupVisible}}" |
| | | bind:visible-change="onVisibleChange" |
| | | placement="right" |
| | | > |
| | | <t-popup visible="{{popupVisible}}" bind:visible-change="onVisibleChange" placement="right"> |
| | | <user-list |
| | | refresh="{{popupRefresh}}" |
| | | bind:clickConfirm="popupConfirm" |
| | |
| | | bindtap="closePatrolList" |
| | | >取消</t-button |
| | | > |
| | | <view style="display: flex;align-items: center;"> |
| | | <view style="display: flex; align-items: center"> |
| | | <t-checkbox |
| | | t-class="t-class-checkbox" |
| | | t-class-border="t-class-border-checkbox" |
| | |
| | | theme="primary" |
| | | size="extra-small" |
| | | bindtap="onSelfPatrolPickerChange" |
| | | >{{selectedPatrolTypes[patrolPopupIndex].selectedCount > 0 ? '(' + |
| | | selectedPatrolTypes[patrolPopupIndex].selectedCount + ')' : |
| | | ''}}确定</t-button |
| | | > |
| | | {{selectedPatrolTypes[patrolPopupIndex].selectedCount > 0 ? '(' + selectedPatrolTypes[patrolPopupIndex].selectedCount + ')' : ''}} |
| | | 确定 |
| | | </t-button> |
| | | </view> |
| | | </view> |
| | | <!-- <scroll-view style="height: 70vh" scroll-y="{{true}}"> --> |