管灌系统农户端微信小程序(嘉峪关应用)
pages/createIrrigation/createIrrigation.wxml
@@ -65,7 +65,11 @@
        <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 
@@ -83,7 +87,7 @@
        </block>
      </block>
      <view wx:else class="empty-container">
        <image class="empty-image" src="/images/empty.png" mode="aspectFit"></image>
        <image class="empty-image" src="/images/empty.svg" mode="aspectFit"></image>
        <view class="empty-text">暂无轮灌组数据</view>
        <view class="empty-text">请刷新或稍后再试</view>
      </view>