diff --git a/src/views/verification/indexDetail.vue b/src/views/verification/indexDetail.vue
index bfeefe3631410a9d3e168e658d700c6264084548..d007eda4929502e3ddbf54b10a017724a730b0cc 100644
--- a/src/views/verification/indexDetail.vue
+++ b/src/views/verification/indexDetail.vue
@@ -182,8 +182,8 @@ export default {
             { title: "保险公司", dataIndex: "payorName", ellipsis: true, width: 80 },
             { title: "就诊日期", dataIndex: "receiptDate", ellipsis: true, width: 110},
             { title: "理赔状态", dataIndex: "claimsStatus", ellipsis: true, width: 90, scopedSlots: { customRender: "claimsStatus" } },
-            { title: "账单金额", dataIndex: "actualAmount", ellipsis: true, width: 85 },
-            { title: "折后金额", dataIndex: "chargeAmount", ellipsis: true, width: 85 },
+            { title: "账单金额", dataIndex: "chargeAmount", ellipsis: true, width: 85 },
+            { title: "折后金额", dataIndex: "actualAmount", ellipsis: true, width: 85 },
             { title: "自付金额", dataIndex: "selfpaidAmount", ellipsis: true, width: 85 },
             { title: "理赔金额", dataIndex: "eobPaidAmount", ellipsis: true, width: 85 },
             { title: "回款金额", dataIndex: "paidAmountEob", ellipsis: true, width: 85 },