修改
This commit is contained in:
parent
376739137c
commit
e4b87cdf31
@ -277,24 +277,24 @@
|
||||
</el-select>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="积分兑换数值" align="center">
|
||||
<el-table-column label="使用积分数量" align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-input
|
||||
:disabled="!scope.row.integralExchangeFlag?true:false"
|
||||
v-model.number="scope.row.integralExchangeSill"
|
||||
oninput="value=value.replace(/[^\d]/g,'')"
|
||||
placeholder="积分兑换数值"
|
||||
placeholder="使用积分数量"
|
||||
maxLength="10"
|
||||
></el-input>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="使用积分数量" align="center">
|
||||
<el-table-column label="积分兑换商品数量" align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-input
|
||||
:disabled="!scope.row.integralExchangeFlag?true:false"
|
||||
v-model.number="scope.row.integralExchangeCount"
|
||||
oninput="value=value.replace(/[^\d]/g,'')"
|
||||
placeholder="使用积分数量"
|
||||
placeholder="积分兑换商品数量"
|
||||
maxLength="10"
|
||||
></el-input>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user