浏览代码

打折优惠修改

zhh 6 年之前
父节点
当前提交
073309e543
共有 1 个文件被更改,包括 2 次插入2 次删除
  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