From 57513aa6aa3374271212c022219b9104321c21ad Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期四, 14 九月 2023 10:16:13 +0800
Subject: [PATCH] 小程序
---
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