kevin_zhangl 3 лет назад
Родитель
Сommit
09e3dd53f4

+ 2 - 2
backendApi/modules/v1/models/lists/shop/GoodsList.php

@@ -118,7 +118,7 @@ class GoodsList extends \common\libs\dataList\DataList implements DataListInterf
                     },
                 ],
                 'SELL_PRICE' => [
-                    'header' => 'Products Prices(₦)',//商品价格
+                    'header' => 'Products Price(₦)',//商品价格
                     'headerOther' => [
                         'width' => '150',
                     ],
@@ -217,7 +217,7 @@ class GoodsList extends \common\libs\dataList\DataList implements DataListInterf
                 'GOODS_NAME'=> ['name'=> 'Products name'],//商品名称
                 'GOODS_NO'=> ['name'=> 'Products code'],//商品编号
 //                'SELL_TYPE'=> ['name'=> '复消购买方式', 'other'=> 'select', 'selectData'=> [['id'=> 1, 'name'=> '余额购买'],['id'=> 2, 'name'=> '积分购买']]],
-                'SELL_PRICE'=> ['name'=> 'Products Prices'],//销售价格
+                'SELL_PRICE'=> ['name'=> 'Products Price'],//销售价格
                 'PRICE_PV'=> ['name'=> 'Products BV'],//销售PV
                 'CATEGORY_TYPE' => ['name' => 'Products Category', 'other'=> 'select', 'selectData'=> ShopGoods::CATEGORY_TYPE],//商品分类
             ];

+ 4 - 4
backendEle/src/views/shop/goods-add.vue

@@ -32,18 +32,18 @@
                 <el-form-item label="Unit"><!-- 单位 -->
                     <el-input v-model="form.unit"></el-input>
                 </el-form-item>
-                <el-form-item label="税率"><!-- 税率 -->
+                <el-form-item label="Tax Rate"><!-- 税率 -->
                   <el-input v-model="form.taxRate">
                     <template slot="append">%</template>
                   </el-input>
                 </el-form-item>
-                <el-form-item label="标准价格($)" p>
+                <el-form-item label="Standard Price($)" p>
                     <el-input v-model="form.sellPriceStandard"></el-input>
                 </el-form-item>
-                <el-form-item label="销售价格(₦)">
+                <el-form-item label="Products Price(₦)">
                     <el-input v-model="form.sellPrice"></el-input>
                 </el-form-item>
-                <el-form-item label="市场价格(₦)">
+                <el-form-item label="Sales Price(₦)">
                   <el-input v-model="form.marketPrice"></el-input>
                 </el-form-item>
                 <el-form-item label="Price BV" v-show="pvDisabled"><!-- 价格BV -->

+ 4 - 4
backendEle/src/views/shop/index.vue

@@ -96,18 +96,18 @@
                     <el-form-item label="Unit"><!-- 单位 -->
                         <el-input v-model="form.unit"></el-input>
                     </el-form-item>
-                    <el-form-item label="税率"><!-- 税率 -->
+                    <el-form-item label="Tax Rate"><!-- 税率 -->
                       <el-input v-model="form.taxRate">
                         <template slot="append">%</template>
                       </el-input>
                     </el-form-item>
-                    <el-form-item label="标准价格($)" p>
+                    <el-form-item label="Standard Price($)" p>
                         <el-input v-model="form.sellPriceStandard"></el-input>
                     </el-form-item>
-                    <el-form-item label="销售价格(₦)" p>
+                    <el-form-item label="Products Price(₦)" p>
                         <el-input v-model="form.sellPrice"></el-input>
                     </el-form-item>
-                    <el-form-item label="市场价格(₦)">
+                    <el-form-item label="Sales Price(₦)">
                       <el-input v-model="form.marketPrice"></el-input>
                     </el-form-item>
                     <el-form-item label="Price BV" v-show="pvDisabled"> <!-- 价格BV -->