Bläddra i källkod

Finish Hotfix-86

chen 3 år sedan
förälder
incheckning
36b5ae6de7
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/views/finance/rebate_form.vue

+ 2 - 2
src/views/finance/rebate_form.vue

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