| | |
| | | <td style="padding: 10px 5px; border-bottom: 1px solid #ddd; font-size: 14px; vertical-align: top; text-align: center"> |
| | | {{item.nums-item.sendNums-item.reshipNums+item.reshipedNums}} |
| | | </td> |
| | | <td style="padding: 10px 5px; border-bottom: 1px solid #ddd; font-size: 14px; vertical-align: top; text-align: center">¥ {{ item.price * (item.nums-item.sendNums-item.reshipNums+item.reshipedNums) }}</td> |
| | | <td style="padding: 10px 5px; border-bottom: 1px solid #ddd; font-size: 14px; vertical-align: top; text-align: center">¥ {{ Number(item.price * (item.nums-item.sendNums-item.reshipNums+item.reshipedNums)).toFixed(2) }}</td> |
| | | </tr> |
| | | {{# }); }} |
| | | </tbody> |