This commit is contained in:
闫晓茹 2023-03-06 09:57:38 +08:00
parent 1c9b729226
commit bdbeb91993
2 changed files with 8 additions and 8 deletions

View File

@ -362,24 +362,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>

View File

@ -57,10 +57,10 @@ export default {
value: "BUSINESS",
label: "买卖",
},
{
value: "LEASE",
label: "租赁",
},
// {
// value: "LEASE",
// label: "租赁",
// },
],
options: [{
value: 0,