MrShi
2026-05-14 e9a7cddce776382916e975402986144a88899ac5
admin/src/views/business/orderManagement.vue
@@ -84,7 +84,7 @@
          <template slot-scope="{row}">¥{{ (row.payAmount / 100).toFixed(2) }}</template>
        </el-table-column>
        <el-table-column label="加急费(元)" min-width="120px">
          <template slot-scope="{row}"><span v-if="row.type ===1 ">¥{{ (row.urgentAmount / 100).toFixed(2) }}</span></template>
          <template slot-scope="{row}"><span v-if="row.type ===1 ">¥{{ (row.platformRewardAmount / 100).toFixed(2) }}</span></template>
        </el-table-column>
        <el-table-column label="退款金额(元)" min-width="120px">
          <template slot-scope="{row}">¥{{ (row.refundAmount / 100).toFixed(2) }}</template>