Browse Source

求购列表品牌型号

yangc 7 years ago
parent
commit
f2cb304ac6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/mobile/applyPurchase/SeekList.vue

+ 2 - 2
components/mobile/applyPurchase/SeekList.vue

@@ -9,10 +9,10 @@
         <div>
           <div class="fl">
             <div>
-              品牌:<span>{{item.cmpCode || '-'}}</span>
+              型号:<span>{{item.cmpCode || '-'}}</span>
             </div>
             <div>
-              型号:<span>{{item.inbrand || '-'}}</span>
+              品牌:<span>{{item.inbrand || '-'}}</span>
             </div>
             <div>
               规格:<span>{{item.spec || '-'}}</span>