Commit bd6929bc by lianyang

engp.vue表外记账中的原始金额input框的字段纠正

parent 140cbef7
......@@ -58,20 +58,20 @@
<el-table-column prop="cur" label="币种" width="70px">
</el-table-column>
<el-table-column prop="oldamt" label="原始金额" width="110px">
<template slot-scope="scope">
<c-input-currency
v-model="scope.row.oldamt"
placeholder="0.00"
></c-input-currency>
</template>
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.oldamt)}}
</template> -->
<template slot-scope="scope">
<c-input-currency
v-model="scope.row.docamt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
</el-table-column>
<el-table-column prop="amt" label="记账金额" width="110px">
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.amt)}}
</template> -->
</template> -->
<template slot-scope="scope">
<c-input-currency
v-model="scope.row.amt"
......
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