Commit 431607e4 by yangxiaolei

add rounding

parent 606a0021
<template>
<el-select
:id="id"
filterable
allow-create
:class="{'redClass':red && isDisable}"
v-storeModify
v-model="model"
......
......@@ -7,6 +7,7 @@
:key="key"
:label="item.label"
:prop="item.prop"
:formatter="item.rounding"
></el-table-column>
</el-table>
</c-col>
......@@ -34,6 +35,7 @@ export default {
{
label: '金额',
prop: 'amt',
rounding:this.rounding
},
{
label: '起息日',
......@@ -46,6 +48,7 @@ export default {
{
label: '牌价',
prop: 'sysamt',
rounding:this.rounding
},
{
label: '会计科目',
......
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