Browse Source

update code

yb 11 tháng trước cách đây
mục cha
commit
cae12f19a1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>