From 0477ff4020f8953a2db3022726db70e34aa84c14 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 07 十二月 2023 14:15:07 +0800
Subject: [PATCH] 1.生产分析  100%

---
 pages/grzx/gzcl.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/grzx/gzcl.vue b/pages/grzx/gzcl.vue
index 9274713..0612cbf 100644
--- a/pages/grzx/gzcl.vue
+++ b/pages/grzx/gzcl.vue
@@ -63,7 +63,8 @@
 							<!-- 	<view class='inputClass' style="margin:10rpx auto 0;">
 									<u--input placeholder="璇烽�夋嫨" border="surround" v-model="startDate"></u--input>
 								</view> -->
-							<u-button type="info" icon='calendar' iconColor="#0659FF" size="" @click="calendarClick"
+								 <!-- icon='calendar' -->
+							<u-button type="info" iconColor="#0659FF" size="" @click="calendarClick"
 								:text="calendarRange">
 							</u-button>
 
@@ -86,7 +87,7 @@
 				</view>
 				<u-gap height="10" bgColor="#eff0f1"></u-gap>
 				<view :style="{maxHeight:!custom?'830rpx':'960rpx',overflow: 'scroll'}">
-					<view v-for="(item,index) in detailOrderArray" :key="key">
+					<view v-for="(item,index) in detailOrderArray" :key="item.wo_code">
 						<view class="head">
 							<view
 								style="min-height: 100rpx; display: flex;justify-content: space-between; margin: 20rpx;">
@@ -355,7 +356,7 @@
 	}
 
 	::v-deep .uicon-calendar {
-		font-size: 28rpx !important;
+		font-size: 20rpx !important;
 	}
 
 	.lineH50 {

--
Gitblit v1.9.3