Эх сурвалжийг харах

订单列表当是客户自己下单时,下单这排信息隐藏不展示

shizhongqi 1 өдөр өмнө
parent
commit
a5df9ab564

+ 2 - 2
hdApp/src/admin/home/order.vue

@@ -109,9 +109,9 @@
                 <text class="field-label">收花:</text>
                 <text class="field-value">{{ item.receiveUserName || '' }}</text>
               </view>
-              <view class="info-row">
+              <view class="info-row" v-if="item.shopAdminName">
                 <text class="field-label">下单:</text>
-                <text class="field-value">{{ item.shopAdminName || '' }}</text>
+                <text class="field-value">{{ item.shopAdminName }}</text>
               </view>
               <view class="info-row">
                 <text class="field-label">时间:</text>