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/mine/index.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/pages/mine/index.vue b/src/pages/mine/index.vue
index 5173015..56a8903 100644
--- a/src/pages/mine/index.vue
+++ b/src/pages/mine/index.vue
@@ -49,13 +49,13 @@
 					<view class="tool_item" @click="toWorkerRecord" v-if="isAdmin">
 						<image src="@/static/image/record.png" mode="aspectFit" class="item_img"></image>
 						<view class="tool_label">
-							宸ヨ祫瀹℃牳
+							鎶ラ叕瀹℃牳
 						</view>
 					</view>
 					<view class="tool_item" @click="toSalary" v-if="isAdmin">
 						<image src="@/static/image/salary.png" mode="aspectFit" class="item_img"></image>
 						<view class="tool_label">
-							宸ヨ祫鏌ヨ
+							鎶ラ叕鏌ヨ
 						</view>
 					</view>
 				</view>
@@ -330,12 +330,12 @@
 				}],
 				navList2: [{
 						icon: 'icon-dingdan',
-						name: '涓婄彮鎵撳崱',
+						name: '鍔冲姟璁℃椂',
 						cb: this.toMyWork
 					},
 					{
 						icon: 'icon-fuwutuandui',
-						name: '宸ヤ綔璁板綍',
+						name: '鍔″伐鎶ラ叕',
 						cb: this.toMyRecord
 					},
 					{
@@ -350,12 +350,12 @@
 				],
 				navList3: [{
 						icon: 'icon-dingdan',
-						name: '涓婄彮鎵撳崱',
+						name: '鍔冲姟璁℃椂',
 						cb: this.toMyWork
 					},
 					{
 						icon: 'icon-fuwutuandui',
-						name: '宸ヤ綔璁板綍',
+						name: '鍔″伐鎶ラ叕',
 						cb: this.toMyRecord
 					},
 					{
@@ -434,13 +434,13 @@
 			},
 			balance() {
 				if (this.identity == 'worker') {
-					if (this.userInfo.userWorker) {
-						return this.$common.moneySub(this.userInfo.userWorker.tiXianZonge, this.userInfo
-							.userWorker
-							.yiTiXianJine)
-					} else {
-						return '0.00'
-					}
+					// if (this.userInfo.userWorker) {
+					// 	return this.$common.moneySub(this.userInfo.userWorker.tiXianZonge, this.userInfo
+					// 		.userWorker
+					// 		.yiTiXianJine)
+					// } else {
+						return this.userInfo.userWorker.balance
+					// }
 				} else {
 					if (this.userInfo.userCompany) {
 						return this.userInfo.userCompany.chongZhiYue ? this.userInfo.userCompany

--
Gitblit v1.9.1