From 182884c4367668f279851b76be9b2b957ad0d47a Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期三, 18 九月 2024 16:09:23 +0800 Subject: [PATCH] 改字体 --- src/pages/company/index.vue | 31 +++++++++++++++++-------------- 1 files changed, 17 insertions(+), 14 deletions(-) diff --git a/src/pages/company/index.vue b/src/pages/company/index.vue index fbea0c9..82fdbd2 100644 --- a/src/pages/company/index.vue +++ b/src/pages/company/index.vue @@ -16,9 +16,9 @@ 鎵撳崱鏃ユ湡锛歿{$util.formatDate(item.workDate)}} </text> </view> - <view class="c-p-26"> + <view class="c-p-18 chuany-font28"> <view class="chuany-flex chuany-justify-between"> - <text class="chuany-font34 "> + <text class="chuany-font32"> {{item.orderName}} </text> <view class="chuany-flex chuany-justify-between"> @@ -30,19 +30,22 @@ <!-- <up-tag text="宸茬‘璁�" shape="circle" type="success" plain plainFill size='mini'></up-tag> --> </view> </view> - <view class="c-p-t-14"> - 濮撳悕锛歿{item.workerUserName}} + <view class="text-69"> + <view class="c-p-t-8"> + 濮撳悕锛歿{item.workerUserName}} + </view> + <view class="c-p-t-8"> + 鎵撳崱璁板綍锛歿{item.dakaMingxi}} + </view> </view> - <view class="c-p-t-14"> - 鎵撳崱璁板綍锛歿{item.dakaMingxi}} - </view> - <view class="chuany-flex chuany-justify-between chuany-flex-wrap"> - <view class="chuany-width48 c-p-t-14"> + + <view class="chuany-flex chuany-justify-between chuany-flex-wrap text-69 c-p-t-8"> + <view class="chuany-width48"> <text> 鏂瑰紡锛歿{item.workerTypeName}} </text> </view> - <view class="chuany-width48 chuany-flex c-p-t-14"> + <view class="chuany-width48 chuany-flex"> <text> 宸ヤ环锛歿{item.workPrice}}{{item.workerType==0?'鍏�/灏忔椂':'鍏�/浠�'}} </text> @@ -52,7 +55,7 @@ <text v-else>{{item.workPrice}}{{item.workerType==0?'鍏�/灏忔椂':'鍏�/浠�'}}</text> --> </view> - <view class="chuany-width48 chuany-flex c-p-t-14"> + <view class="chuany-width48 chuany-flex c-p-t-8"> <text> 鏃堕暱锛� </text> @@ -61,7 +64,7 @@ border="surround" v-model="item.workTime"></up-input> </view> - <view class="chuany-width48 chuany-flex c-p-t-14" v-if="item.workerType==1"> + <view class="chuany-width48 chuany-flex c-p-t-8" v-if="item.workerType==1"> <text> 鏁伴噺锛� </text> @@ -69,7 +72,7 @@ @blur='(val) => {item.todaySalary=$util.roundToTwo(item.workCount*item.workPrice)}' v-model="item.workCount"></up-input> </view> - <view class="chuany-width48 chuany-flex c-p-t-14"> + <view class="chuany-width48 chuany-flex c-p-t-8"> <text> 宸ヨ祫锛� </text> @@ -77,7 +80,7 @@ v-model="item.todaySalary"></up-input> <!-- <text v-else>{{item.todaySalary}} 鍏�</text> --> </view> - <view class="chuany-width48 c-p-t-14"> + <view class="chuany-width48 c-p-t-8"> <view class="chuany-width10"> <up-button class="button-layout__item" :text="item.isShenPiName!=='宸茬粨绠�'?'纭':'淇敼'" size="mini" :loading='item.isLoading' :loadingText="item.isShenPiName!=='宸茬粨绠�'?'纭涓�':'淇敼涓�'" -- Gitblit v1.9.1