Skip to content

Commit

Permalink
打折优惠修改
Browse files Browse the repository at this point in the history
  • Loading branch information
zhh committed Aug 27, 2018
1 parent 211bb22 commit 073309e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/pms/product/components/ProductSaleDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 073309e

Please sign in to comment.