合计金额
parent
9a17b67bc4
commit
4cd2850b40
|
@ -263,7 +263,7 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="totalAmount" label="合计金额" width="160" align="center">
|
<el-table-column prop="totalAmount" label="合计金额" width="160" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input-number size="mini" :precision="2" :step="0.1" :max="100" :min="0"
|
<el-input-number size="mini" :precision="2" :step="0.1" :max="100000000000000" :min="0"
|
||||||
v-model="scope.row.totalAmount" controls-position="right"></el-input-number>
|
v-model="scope.row.totalAmount" controls-position="right"></el-input-number>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
|
@ -384,7 +384,7 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="totalAmount" label="合计金额" width="160" align="center">
|
<el-table-column prop="totalAmount" label="合计金额" width="160" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input-number size="mini" :precision="2" :step="0.1" :max="100" :min="0"
|
<el-input-number size="mini" :precision="2" :step="0.1" :max="100000000000000" :min="0"
|
||||||
v-model="scope.row.totalAmount"></el-input-number>
|
v-model="scope.row.totalAmount"></el-input-number>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
Loading…
Reference in New Issue