Commit bd6929bc by lianyang

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

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