chen před 3 roky
rodič
revize
36b5ae6de7
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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>