diff --git a/src/views/charge-query/detail.vue b/src/views/charge-query/detail.vue
index 3fc77f1cc17f959cebadf5c92913b90ce9167af5..54f847a7142dfde3907fa8f1634775474f1f6070 100644
--- a/src/views/charge-query/detail.vue
+++ b/src/views/charge-query/detail.vue
@@ -132,7 +132,7 @@ export default {
       { title: "免赔额", dataIndex: "deductible", width: 180 },
       { title: "自付额", dataIndex: "selfPaid", width: 180 },
       { title: "其他费用", dataIndex: "otherPaid", width: 180 },
-      { title: "实际金额", dataIndex: "actualPaid", width: 180 },
+      { title: "理赔金额", dataIndex: "actualPaid", width: 180 },
       // { title: "操作", key: "operation", width: "175px", fixed: "right", scopedSlots: { customRender: "operation" },align: "center"},
     ];
     const payColumns = [