|
@@ -141,7 +141,6 @@
|
|
<el-input v-model="scope.row.qty" class="yinput" size="small" />
|
|
<el-input v-model="scope.row.qty" class="yinput" size="small" />
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="right" label="退订数量" prop="" min-width="100" show-overflow-tooltip />
|
|
|
|
<el-table-column align="right" label="订单金额" min-width="100" prop="compute_amount" show-overflow-tooltip>
|
|
<el-table-column align="right" label="订单金额" min-width="100" prop="compute_amount" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ (scope.row.price * scope.row.qty) | numToFixed }}
|
|
{{ (scope.row.price * scope.row.qty) | numToFixed }}
|