Explorar o código

打折优惠修改

zhh %!s(int64=6) %!d(string=hai) anos
pai
achega
073309e543
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/pms/product/components/ProductSaleDetail.vue

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

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