shish 4 년 전
부모
커밋
7931bd3726
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hdPad/src/pages/home/components/workList.vue

+ 1 - 1
hdPad/src/pages/home/components/workList.vue

@@ -12,7 +12,7 @@
                 <view :class="[selectOrderId==item.id ? 'active' : 'not-active', 'item-body_box']">
                     <view class="flower-name_box">
                         <view class="current-item-title">
-                            <text>{{item.fromType==4 ? '美团' : item.staffName}} {{item.name}}</text>
+                            <text>{{item.fromType==4 ? '美团' : item.fromType==2 ? '商城' : item.staffName}} {{item.name}}</text>
                         </view>
                         <image class="flower-image" :src="item.cover"></image>
                         <text style="position:absolute;top:2upx;left:90upx;font-size:11upx;">{{item.sn}}</text>