|
@@ -172,13 +172,13 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="left" label="单位" prop="unit" min-width="100" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="单位" prop="unit" min-width="100" show-overflow-tooltip></el-table-column>
|
|
- <el-table-column align="left" label="单价" prop="price" min-width="100" show-overflow-tooltip>
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
|
+ <el-table-column align="left" label="单价" prop="price" min-width="100" show-overflow-tooltip>
|
|
|
|
+ <template slot-scope="scope">
|
|
{{scope.row.price | numToFixed}}
|
|
{{scope.row.price | numToFixed}}
|
|
</template>
|
|
</template>
|
|
- </el-table-column>
|
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
|
- <el-table-column align="right" label="数量" prop="qty" min-width="100" sortable show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
+ <el-table-column align="right" label="数量" prop="qty" min-width="100" sortable show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="right" label="金额" prop="totalAmount" min-width="100" sortable show-overflow-tooltip>
|
|
<el-table-column align="right" label="金额" prop="totalAmount" min-width="100" sortable show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{scope.row.totalAmount | numToFixed}}
|
|
{{scope.row.totalAmount | numToFixed}}
|