Browse Source

店铺首页、器件详情页、产品详情页、器件选型页、搜索页面统一将数量改为梯度/pcs

hangb 8 years ago
parent
commit
689a228e6d

+ 1 - 1
components/product/ComponentGoods.vue

@@ -12,7 +12,7 @@
         <th width="160">品牌/型号</th>
         <th width="160">品牌/型号</th>
         <th width="100">包装/生产日期</th>
         <th width="100">包装/生产日期</th>
         <th width="110">库存</th>
         <th width="110">库存</th>
-        <th width="90">数量</th>
+        <th width="90">梯度/pcs</th>
         <th width="90">香港交货<span style="font-size: 12px;">($)</span></th>
         <th width="90">香港交货<span style="font-size: 12px;">($)</span></th>
         <th width="100">大陆交货<span style="font-size: 12px;">(¥)</span></th>
         <th width="100">大陆交货<span style="font-size: 12px;">(¥)</span></th>
         <th width="100">交期(天)</th>
         <th width="100">交期(天)</th>

+ 1 - 1
components/product/component/StoreInfo.vue

@@ -38,7 +38,7 @@
             <th class="text-center" width="80">包装方式</th>
             <th class="text-center" width="80">包装方式</th>
             <th class="text-center" width="120">生产日期</th>
             <th class="text-center" width="120">生产日期</th>
             <th class="text-center" width="150">库存</th>
             <th class="text-center" width="150">库存</th>
-            <th class="text-center" width="80">数量</th>
+            <th class="text-center" width="80">梯度/pcs</th>
             <th class="text-center" width="100">香港交货<span style="font-size: 12px;">($)</span></th>
             <th class="text-center" width="100">香港交货<span style="font-size: 12px;">($)</span></th>
             <th class="text-center" width="130">大陆交货<span style="font-size: 12px;">(¥)</span></th>
             <th class="text-center" width="130">大陆交货<span style="font-size: 12px;">(¥)</span></th>
             <th class="text-center" width="120">交期<span style="font-size: 12px;">(天)</span></th>
             <th class="text-center" width="120">交期<span style="font-size: 12px;">(天)</span></th>

+ 1 - 1
components/search/GoodList.vue

@@ -45,7 +45,7 @@
             <th width="100">包装/生产日期</th>
             <th width="100">包装/生产日期</th>
             <th width="110">商家名称</th>
             <th width="110">商家名称</th>
             <th width="110">库存</th>
             <th width="110">库存</th>
-            <th width="90">数量</th>
+            <th width="90">梯度/pcs</th>
             <th width="90" v-if="!crname_click_flag.rmb_click_flag">香港交货<span style="font-size: 12px;">($)</span></th>
             <th width="90" v-if="!crname_click_flag.rmb_click_flag">香港交货<span style="font-size: 12px;">($)</span></th>
             <th width="110" v-if="!crname_click_flag.usd_click_flag">大陆交货<span style="font-size: 12px;">(¥)</span></th>
             <th width="110" v-if="!crname_click_flag.usd_click_flag">大陆交货<span style="font-size: 12px;">(¥)</span></th>
             <th width="110">交期<span style="font-size: 12px;">(天)</span></th>
             <th width="110">交期<span style="font-size: 12px;">(天)</span></th>

+ 1 - 1
components/store/CommodityInfo.vue

@@ -102,7 +102,7 @@
               <div class="title">价格梯度</div>
               <div class="title">价格梯度</div>
               <div class="table">
               <div class="table">
                 <div class="head">
                 <div class="head">
-                  <div class="fragment">数量</div>
+                  <div class="fragment">梯度/pcs</div>
                   <div class="price">单价¥(含税)</div>
                   <div class="price">单价¥(含税)</div>
                   <div class="price">单价$</div>
                   <div class="price">单价$</div>
                 </div>
                 </div>

+ 2 - 2
components/store/CommodityList.vue

@@ -33,8 +33,8 @@
             <!--<th width="90"></th>-->
             <!--<th width="90"></th>-->
             <th width="150">品牌/型号</th>
             <th width="150">品牌/型号</th>
             <th width="100">包装/生产日期</th>
             <th width="100">包装/生产日期</th>
-            <th width="90">库存(PCS)</th>
-            <th width="90">数量</th>
+            <th width="90">库存</th>
+            <th width="90">梯度/pcs</th>
             <!--<th width="90">香港交货<span style="font-size: 12px;">($)</span></th>-->
             <!--<th width="90">香港交货<span style="font-size: 12px;">($)</span></th>-->
             <!--<th width="100">大陆交货<span style="font-size: 12px;">(¥)</span></th>-->
             <!--<th width="100">大陆交货<span style="font-size: 12px;">(¥)</span></th>-->
             <th width="100">单价</th>
             <th width="100">单价</th>