Commit 107a0dd6 authored by liudong1993's avatar liudong1993

1

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