打折优惠修改

This commit is contained in:
zhh 2018-08-27 17:29:46 +08:00
parent 211bb22ea7
commit 073309e543

View File

@ -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