Commit f21f4ddc authored by huangyecong's avatar huangyecong

【ECCS-商保-1213】账单明细-添加列表字段

parent dce0f2f9
......@@ -147,7 +147,7 @@ import BurtPagination from "@/components/CUSTOMER/pagation";
export default {
data() {
const columns = [
{ title: "项目", dataIndex: "itemDesc", width: 180 },
{ title: "项目", dataIndex: "itemcatDesc", width: 180 },
{
title: "项目明细",
dataIndex: "itemDesc",
......@@ -160,16 +160,16 @@ export default {
},
{ title: "数量", dataIndex: "itemQty", width: 180 },
{ title: "单位", dataIndex: "itemUnit", width: 180 },
{ title: "金额", dataIndex: "", width: 180 },
{ title: "金额", dataIndex: "chargeAmount", width: 180 },
{ title: "折扣(%)", dataIndex: "discountAmount", width: 180 },
{ title: "折后金额", dataIndex: "", width: 180 },
{ title: "折后金额", dataIndex: "actualAmount", width: 180 },
{ title: "减免金额", dataIndex: "reduceAmount", width: 180 },
{ title: "实际金额", dataIndex: "paidAmount", width: 180 },
{ title: "免赔额", dataIndex: "", width: 180 },
{ title: "自付额", dataIndex: "", width: 180 },
{ title: "其他费用", dataIndex: "", width: 180 },
{ title: "实际金额", dataIndex: "", width: 180 },
{ title: "免赔额", dataIndex: "deductible", width: 180 },
{ title: "自付额", dataIndex: "selfPaid", width: 180 },
{ title: "其他费用", dataIndex: "otherPaid", width: 180 },
{ title: "实际金额", dataIndex: "actualPaid", width: 180 },
{
title: "操作",
key: "operation",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment