Selaa lähdekoodia

打折优惠修改

zhh 6 vuotta sitten
vanhempi
commit
073309e543
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/pms/product/components/ProductSaleDetail.vue

+ 2 - 2
src/views/pms/product/components/ProductSaleDetail.vue

@@ -111,11 +111,11 @@
             </template>
             </template>
           </el-table-column>
           </el-table-column>
           <el-table-column
           <el-table-column
-            label="价格"
+            label="折扣"
             align="center"
             align="center"
             width="120">
             width="120">
             <template slot-scope="scope">
             <template slot-scope="scope">
-              <el-input v-model="scope.row.price"></el-input>
+              <el-input v-model="scope.row.discount"></el-input>
             </template>
             </template>
           </el-table-column>
           </el-table-column>
           <el-table-column
           <el-table-column