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 },