yb il y a 11 mois
Parent
commit
cae12f19a1
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/mall/product/storeProduct/StoreProductForm.vue

+ 2 - 2
src/views/mall/product/storeProduct/StoreProductForm.vue

@@ -173,12 +173,12 @@
                     <el-input type="text" v-model="scope.row.price" />
                   </template>
                 </el-table-column>
-                <el-table-column :prop="priceBeforeTax" :label="" align="center">
+                <el-table-column :prop="priceBeforeTax" 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">
+                <el-table-column :prop="taxRate" align="center">
                   <template #default="scope">
                     <el-input type="text" v-model="scope.row.taxRate" />
                   </template>