修改
This commit is contained in:
parent
845b4e285e
commit
4959486db5
@ -279,6 +279,7 @@
|
|||||||
<el-table-column label="积分兑换门槛值" align="center">
|
<el-table-column label="积分兑换门槛值" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input
|
<el-input
|
||||||
|
:disabled="!scope.row.integralExchangeFlag?true:false"
|
||||||
v-model.number="scope.row.integralExchangeSill"
|
v-model.number="scope.row.integralExchangeSill"
|
||||||
oninput="value=value.replace(/[^\d]/g,'')"
|
oninput="value=value.replace(/[^\d]/g,'')"
|
||||||
placeholder="积分兑换门槛值"
|
placeholder="积分兑换门槛值"
|
||||||
@ -289,6 +290,7 @@
|
|||||||
<el-table-column label="积分兑换商品数量" align="center">
|
<el-table-column label="积分兑换商品数量" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input
|
<el-input
|
||||||
|
:disabled="!scope.row.integralExchangeFlag?true:false"
|
||||||
v-model.number="scope.row.integralExchangeCount"
|
v-model.number="scope.row.integralExchangeCount"
|
||||||
oninput="value=value.replace(/[^\d]/g,'')"
|
oninput="value=value.replace(/[^\d]/g,'')"
|
||||||
placeholder="积分兑换商品数量"
|
placeholder="积分兑换商品数量"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user