From 51c7896fd8e45085dd5cdfff11e79a00ee0a7379 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期五, 05 九月 2025 15:16:54 +0800
Subject: [PATCH] 上料/下料、报工/打印机配置/产线选择 、排产工单

---
 pages/index/index.vue |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/pages/index/index.vue b/pages/index/index.vue
index 1acf9f2..5f06286 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -6,14 +6,11 @@
 		<!-- <spare v-if="PageCur=='spare'" :key="commponent4Key"></spare> -->
 		<view class="cu-bar tabbar bg-white shadow foot">
 			<view :class="PageCur=='home'?'action text-green':'action text-gray'" @click="NavChange" data-cur="home">
-				<view class='cuIcon-homefill'></view>棣栭〉
+				<view class='cuIcon-homefill'></view>宸ヤ綔鍙�
 			</view>
 			<view :class="PageCur=='device'?'action text-green':'action text-gray'" @click="NavChange" data-cur="device">
 				<view class='cuIcon-apps'></view>璁惧
 			</view>
-			<!-- <view :class="PageCur=='spare'?'action text-green':'action text-gray'" @click="NavChange" data-cur="spare">
-				<view class='cuIcon-scan'></view>鎵竴鎵�
-			</view> -->
 			<view :class="PageCur=='people'?'action text-green':'action text-gray'" @click="NavChange"
 				data-cur="people">
 				<view class='cuIcon-people'></view>鎴戠殑
@@ -31,8 +28,6 @@
 				commponent1Key: 0,
 				commponent2Key: 0,
 				commponent3Key: 0
-				
-
 			}
 		},
 		onLoad: function() {

--
Gitblit v1.9.3