|
@@ -90,12 +90,12 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="right" label="返利总金额" prop="amount" min-width="160" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-input size="mini" class="mountclass" v-model="scope.row.amount"></el-input>
|
|
|
+ <el-input size="mini" class="mountclass" type="number" v-model="scope.row.amount"></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="right" label="暂扣返利" prop="withholdAmount" min-width="160" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-input size="mini" class="mountclass" v-model="scope.row.withholdAmount"></el-input>
|
|
|
+ <el-input size="mini" class="mountclass" type="number" v-model="scope.row.withholdAmount"></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="left" label="政策文件流水号" prop="policyFileNo" min-width="160" show-overflow-tooltip>
|