From aeab73facdc02b13474e671215bec79c8e64008a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 14 九月 2023 18:01:37 +0800
Subject: [PATCH] 组织bug

---
 minipro_standard/components/InOutInfo.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/minipro_standard/components/InOutInfo.vue b/minipro_standard/components/InOutInfo.vue
index 21a99fc..acd78bc 100644
--- a/minipro_standard/components/InOutInfo.vue
+++ b/minipro_standard/components/InOutInfo.vue
@@ -16,13 +16,13 @@
 		</view>
 		<view v-if="isOut" class="c2 mt25">
 			<text class="c6">鍏ュ簱鎺ユ敹浜猴細</text>
-			{{ info.originCode || '-' }}
+			{{ info.inUserName || '-' }}
 		</view>
 		<view class="c2 mt25">
 			<text class="c6">鐢宠鏃堕棿锛�</text>
 			{{ info.createTime || '-' }}
 		</view>
-		<view class="rd15 ptb25 plr25 bg_f7">
+		<view v-if="info.remark" class="rd15 ptb25 plr25 bg_f7 mt25">
 			<view class="f26 b c2">澶囨敞锛�</view>
 			<view class="mt20">
 				<u-read-more :showHeight="60" :toggle="true" textIndent="0" closeText="灞曞紑" :shadowStyle="shadowStyle">

--
Gitblit v1.9.3