Commit 3f5d9139 authored by 332784038@qq.com's avatar 332784038@qq.com

费用申请金额允许输入小数点

parent 1b06a571
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<template v-slot:default="scope"> <template v-slot:default="scope">
<el-input <el-input
:disabled="!scope.row.editMode && !!scope.row.status" :disabled="!scope.row.editMode && !!scope.row.status"
v-model.number="scope.row.applicationFee" v-model="scope.row.applicationFee" type="number"
></el-input> ></el-input>
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment