Browse Source

批量求购现货店铺名称字段修改

yangc 8 years ago
parent
commit
4f18ed3bdf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/applyPurchase/BatchPublish.vue

+ 1 - 1
components/applyPurchase/BatchPublish.vue

@@ -97,7 +97,7 @@
                 <table>
                   <tbody>
                   <tr v-for="(spotGoods, index) in spotGoodsData">
-                    <td width="214" v-text="spotGoods.enterpriseName"></td>
+                    <td width="214" v-text="spotGoods.storeName"></td>
                     <td width="83" class="red-text" v-text="spotGoods.minDelivery + '-' + spotGoods.maxDelivery">4-6</td>
                     <td width="104" class="red-text" v-text="spotGoods.currencyName == 'RMB' ? '¥' + spotGoods.prices[0].rMBPrice: '&' + spotGoods.prices[0].uSDPrice"></td>
                     <td width="137" v-text="spotGoods.produceDate"></td>