YangJian0701 hai 1 ano
pai
achega
979801df66
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      ERP.rar
  2. 1 1
      src/views/salary/ReimburseMy.vue

BIN=BIN
ERP.rar


+ 1 - 1
src/views/salary/ReimburseMy.vue

@@ -100,7 +100,7 @@
                         </el-table-column>
                         <el-table-column label="费用金额" width="150">
                             <template #default="scope">
-                                <el-input v-model.number="scope.row.T_money" placeholder="费用金额"
+                                <el-input v-model="scope.row.T_money" placeholder="费用金额"
                                     :disabled="data.disabledNum == scope.$index ? false : true" />
                             </template>
                         </el-table-column>