| | |
| | | <block wx:for="{{selectedProject.groups}}" wx:key="id" wx:for-item="group" wx:for-index="groupIndex"> |
| | | <view class="group-item {{group.selected ? 'selected' : ''}}" bindtap="navigateToGroupDetail" data-group-index="{{groupIndex}}"> |
| | | <view class="group-info"> |
| | | <view class="group-name">{{group.name || '未命名轮灌组'}} (共{{group.intakeCount}}个取水口)</view> |
| | | <text class="group-index">{{groupIndex + 1}}.</text> |
| | | <view class="group-name"> |
| | | <text class="group-name-text">{{group.name || '未命名轮灌组'}}</text> |
| | | <text class="group-intake-count">(共{{group.intakeCount}}个取水口)</text> |
| | | </view> |
| | | </view> |
| | | <view class="group-duration"> |
| | | <input |