From 1b944efc839c270699310def8d0781ce4497e43d Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期四, 07 八月 2025 10:10:05 +0800
Subject: [PATCH] Merge branch 'doing' of http://8.140.179.55:20000/r/wm/pipIrr into doing
---
pages/createIrrigation/createIrrigation.wxml | 25 ++++++++++++++++++++++---
1 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/pages/createIrrigation/createIrrigation.wxml b/pages/createIrrigation/createIrrigation.wxml
index a6087f4..6ef6565 100644
--- a/pages/createIrrigation/createIrrigation.wxml
+++ b/pages/createIrrigation/createIrrigation.wxml
@@ -28,11 +28,26 @@
<t-dialog
visible="{{timeInfoVisible}}"
title="鏃堕棿璁剧疆璇存槑"
- content="鈥� 璁剧疆涓ゅ皬鏃跺悗鐨勭亴婧夋椂闂达細\n鍦ㄦ澶勯�夋嫨鍏蜂綋鐨勫紑濮嬫椂闂碶n\n鈥� 璁剧疆涓ゅ皬鏃跺唴鐨勭亴婧夋椂闂达細\n鍒涘缓瀹屾垚鍚庣偣鍑诲彂甯冨嵆鍙珛鍗冲紑濮嬬亴婧�"
confirmBtn="鎴戠煡閬撲簡"
bind:confirm="onTimeInfoConfirm"
bind:cancel="onTimeInfoConfirm"
- />
+ >
+ <view slot="content" class="time-info-content">
+ <view class="time-info-item">
+ <view class="info-text-container">
+ <view class="info-title">璁剧疆鍏皬鏃跺悗鐨勭亴婧夋椂闂�</view>
+ <view class="info-desc">鍦ㄦ澶勯�夋嫨鍏蜂綋鐨勫紑濮嬫椂闂�</view>
+ </view>
+ </view>
+ <view class="divider"></view>
+ <view class="time-info-item">
+ <view class="info-text-container">
+ <view class="info-title">璁剧疆鍏皬鏃跺唴鐨勭亴婧夋椂闂�</view>
+ <view class="info-desc">鍒涘缓瀹屾垚鍚庣偣鍑诲彂甯冨嵆鍙珛鍗冲紑濮嬬亴婧�</view>
+ </view>
+ </view>
+ </view>
+ </t-dialog>
<!-- 閫夋嫨椤圭洰 -->
<view class="form-item" bindtap="showProjectPicker">
@@ -65,7 +80,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
--
Gitblit v1.8.0