From b7ae3f69ae6706a692284d2f12835d213debfb1a Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 07 四月 2026 17:21:41 +0800
Subject: [PATCH] -

---
 src/pages/company/record.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/pages/company/record.vue b/src/pages/company/record.vue
index 821be2f..70bd741 100644
--- a/src/pages/company/record.vue
+++ b/src/pages/company/record.vue
@@ -16,14 +16,14 @@
 							{{dakaList.orderName}}
 						</text>
 						<text class="">
-							鎵撳崱鏃ユ湡锛歿{$util.formatDate(dakaList.workDate)}}
+							璁℃椂鏃ユ湡锛歿{$util.formatDate(dakaList.workDate)}}
 						</text>
 					</view>
 				</view>
 				<view class="c-p-l-20 c-p-r-20">
 					<view class="">
 						<text class="">
-							鎵撳崱璁板綍锛�
+							璁℃椂璁板綍锛�
 						</text>
 						<view class="chuany-flex chuany-justify-evenly chuany-flex-wrap c-p-t-20">
 							<view
@@ -38,7 +38,7 @@
 										v-if="index!==dakaList.length-1&&index%2==0">
 									</view>
 								</view>
-								<text>{{item.checktime?'宸叉墦鍗�':'鏈墦鍗�'}}</text>
+								<text>{{item.checktime?'宸茶鏃�':'鏈鏃�'}}</text>
 								<text
 									:class="$util.formatDate(item.checktime,true)=='-'?'core-opa':''">{{$util.formatDate(item.checktime,true)}}</text>
 							</view>
@@ -86,13 +86,13 @@
 						{{dakaList.workCount}}
 					</template>
 				</up-cell>
-				<up-cell title="宸ヨ祫" :border='false'>
+				<up-cell title="鎶ラ叕" :border='false'>
 					<!-- <template #right-icon>
 						{{dakaList.todaySalary}} 鍏�
 					</template> -->
 					<template #right-icon v-if="dakaList.isShenPiName!=='宸茬粨绠�'||isModify">
 						<up-input v-model="dakaList.todaySalary" type="digit" border="none"
-							placeholder="璇峰~鍐欏伐璧�"></up-input>
+							placeholder="璇峰~鍐欐姤閰�"></up-input>
 					</template>
 					<template #value v-else>
 						{{dakaList.todaySalary}} 鍏�
@@ -103,7 +103,7 @@
 				</view> -->
 			</up-list>
 			<view class="tabbtns" v-if="dakaList.isShenPiName!=='宸茬粨绠�'||isModify">
-				<up-button color='#fece01' :text="dakaList.isShenPiName!=='宸茬粨绠�'?'鏍稿噯宸ヨ祫':'淇敼'"
+				<up-button color='#fece01' :text="dakaList.isShenPiName!=='宸茬粨绠�'?'鏍稿噯鎶ラ叕':'淇敼'"
 					:loading='isLoading' :loadingText="dakaList.isShenPiName!=='宸茬粨绠�'?'鏍稿噯涓�':'淇敼涓�'"
 					@click="saveDakaDetailCompany"></up-button>
 			</view>
@@ -158,7 +158,7 @@
 					if (this.dakaList.orderBiddingDetailCheck.length % 2 !== 0) {
 						this.dakaList.orderBiddingDetailCheck.push({})
 					}
-					console.log(res, this.dakaList.workTime, '鎵撳崱');
+					console.log(res, this.dakaList.workTime, '璁℃椂');
 				})
 			},
 			saveDakaDetailCompany() {
@@ -170,9 +170,9 @@
 					return
 				}
 				let obj = {
-					orderBiddingDetailId: this.dakaList.orderBiddingDetailId, //鎷涘伐鎵撳崱Id
+					orderBiddingDetailId: this.dakaList.orderBiddingDetailId, //鎷涘伐璁℃椂Id
 					workTime: this.dakaList.workTime, //宸ヤ綔鏃堕暱
-					todaySalary: this.dakaList.todaySalary //褰撴棩宸ヨ祫
+					todaySalary: this.dakaList.todaySalary //褰撴棩鎶ラ叕
 				}
 				if (this.dakaList.workCount) {
 					obj.workCount = this.dakaList.workCount

--
Gitblit v1.9.1