From 8580ef310f61f4bc275c19ddcc6ebd2135720d4a Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 08 七月 2024 10:19:42 +0800
Subject: [PATCH] update合伙人加价配置
---
pages/home/supplier-home.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/home/supplier-home.vue b/pages/home/supplier-home.vue
index cf0ae89..f393031 100644
--- a/pages/home/supplier-home.vue
+++ b/pages/home/supplier-home.vue
@@ -19,7 +19,7 @@
<image class="user-icon" v-if="currentInfo.picture" :src="currentInfo.picture" mode="aspectFit"></image>
<view class="name">
- <view class="t1">{{currentInfo.nickName || currentInfo.loginName || '-'}}<span
+ <view class="t1">{{ (!!currentInfo.supplierDTO?(currentInfo.supplierDTO.name):"") || currentInfo.nickName || currentInfo.loginName || '-'}}<span
v-if="currentInfo.supplierDTO&¤tInfo.supplierDTO.status!=='P'">
({{currentInfo.supplierDTO?currentInfo.supplierDTO.statusStr:''}})</span>
</view>
--
Gitblit v1.9.3