Commit 107a0dd6 authored by liudong1993's avatar liudong1993

1

parent d86e5a36
......@@ -64,7 +64,7 @@
</template>
</template>
</el-table-column>
<el-table-column prop="" label="制单数量" width="150">
<el-table-column prop="" label="制单数量" width="100">
<template slot-scope="scope">
<template v-for="(subItem,subIndex) in scope.row.CostTypeList">
<span :key="subIndex">
......@@ -78,7 +78,7 @@
<template slot-scope="scope">
<template v-for="(subItem,subIndex) in scope.row.CostTypeList">
<span :key="subIndex">
{{subItem.Money}}
{{subItem.Money}}
</span>
<br :key="subIndex+30000" />
</template>
......@@ -102,7 +102,7 @@
</el-table-column>
<el-table-column prop="" label="总金额" width="150">
<template slot-scope="scope">
{{ scope.row.TotalMoney}}
{{ scope.row.TotalMoney}} {{scope.row.CurrencyName}}
</template>
</el-table-column>
</el-table>
......
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