yb hace 11 meses
padre
commit
30511da938
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      src/views/mall/product/storeProduct/StoreProductForm.vue

+ 10 - 0
src/views/mall/product/storeProduct/StoreProductForm.vue

@@ -173,6 +173,16 @@
                     <el-input type="text" v-model="scope.row.price" />
                   </template>
                 </el-table-column>
+                <el-table-column :prop="priceBeforeTax" :label="" align="center">
+                  <template #default="scope">
+                    <el-input type="text" v-model="scope.row.priceBeforeTax" />
+                  </template>
+                </el-table-column>
+                <el-table-column :prop="taxRate" :label=" " align="center">
+                  <template #default="scope">
+                    <el-input type="text" v-model="scope.row.taxRate" />
+                  </template>
+                </el-table-column>
                 <el-table-column :prop="t('product.cost')" :label="t('product.cost')" align="center">
                   <template #default="scope">
                     <el-input type="text" v-model="scope.row.cost" />