From 94384dcf5066aa1a7b2e37874fe331e148bc9249 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期日, 29 九月 2024 17:27:03 +0800 Subject: [PATCH] 工人工资查询 --- src/pages/detail/detail.vue | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/pages/detail/detail.vue b/src/pages/detail/detail.vue index 280e25b..afede28 100644 --- a/src/pages/detail/detail.vue +++ b/src/pages/detail/detail.vue @@ -14,7 +14,7 @@ <view class="chuany-width100"> <view class="chuany-flex chuany-justify-between chuany-align-center chuany-width100 chuany-box c-p-18"> - <view class=" chuany-font34"> + <view class="chuany-font32"> {{orderObj.orderName}} </view> <view> @@ -54,16 +54,22 @@ <view class="chuany-width26"> <text class="colorgray ">浠诲姟鏃堕棿</text> </view> - <view class="chuany-flex chuany-flex-direction"> + <!-- <view class="chuany-flex chuany-flex-direction"> <text>{{orderObj.startTimeName}} 鑷� {{orderObj.endTimeName}}</text> + </view> --> + <view class="chuany-flex chuany-flex-direction" v-if="orderObj.zixinganpai"> + {{orderObj.zixinganpaiName}} + </view> + <view class="" v-else> + {{orderObj.startTimeName}} 鑷� {{orderObj.endTimeName}} </view> </view> - <view class="chuany-flex c-p-l-18"> + <!-- <view class="chuany-flex c-p-l-18"> <view class="chuany-width26"> <text class="colorgray">宸叉嫑浜烘暟</text> </view> <text>{{orderObj.worderCounted}}/{{orderObj.worderCount}}</text> - </view> + </view> --> <!-- <view class="chuany-flex c-p-18"> <view class="chuany-width26 "> <text class="colorgray">鎬у埆</text> @@ -76,7 +82,7 @@ </view> <text>18宀佷互涓�</text> </view> --> - <view class="chuany-flex chuany-justify-between c-p-l-18 c-p-r-18 c-p-t-18 borderbox"> + <view class="chuany-flex chuany-justify-between c-p-l-18 c-p-r-18 borderbox"> <view class="chuany-flex"> <image class='dingwei c-p-r-16' src="@/static/image/dingwei.png" mode="widthFix"></image> <view class="chuany-flex chuany-flex-direction"> -- Gitblit v1.9.1