|
@@ -202,7 +202,7 @@
|
|
|
<el-input v-model="scope.row.qty" size="small" type="number" @mousewheel.native.prevent />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="退订数量" prop="tdQty" min-width="100" show-overflow-tooltip />
|
|
|
+ <el-table-column align="center" label="退订数量" prop="retiredQty" min-width="100" show-overflow-tooltip />
|
|
|
<el-table-column align="right" label="订单金额" prop="compute_amount" min-width="100" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
{{ (scope.row.price * scope.row.qty) | numToFixed }}
|