Commit a5dbe73f authored by 郭小龙-DEL's avatar 郭小龙-DEL

Merge branch 'func_eccs_2264' into 'master'

Func eccs 2264  表格间据调整

See merge request !54
parents 1b34c0b3 290da27f
......@@ -256,13 +256,13 @@ export default {
computed: {
columns() {
const base = [
{ title: "账单日期", dataIndex: "receiptDate", width: 160,fixed: "left",scopedSlots: { customRender: "receiptDate" } },
{ title: "状态", dataIndex: "status", key:"status",align:'center',fixed: "left", width: 136,scopedSlots: { customRender: "status" } },
{ title: "客户姓名", dataIndex: "patientName",fixed: "left", width: 160 },
{ title: "账单日期", dataIndex: "receiptDate", width: 120,fixed: "left",scopedSlots: { customRender: "receiptDate" } },
{ title: "状态", dataIndex: "status", key:"status",align:'center',fixed: "left", width: 60,scopedSlots: { customRender: "status" } },
{ title: "客户姓名", dataIndex: "patientName",fixed: "left", width: 120 },
{ title: "病历号", dataIndex: "mrnNo", key:"mrnNo",align:'center', width: 136},
{ title: "保险公司", dataIndex: "payorName", ellipsis: true, width: 250 },
{ title: "保险卡号", dataIndex: "memberCardNo", width: 180 },
{ title: "客户生日", dataIndex: "birthday", width: 160 },
{ title: "保险卡号", dataIndex: "memberCardNo", width: 140 },
{ title: "客户生日", dataIndex: "birthday", width: 120 },
{ title: "就诊医生", dataIndex: "doctorName", width: 100, align: 'center' },
{ title: "应收金额", dataIndex: "chargeAmount", width: 100, align: 'center' },
{ title: "折扣金额", dataIndex: "discountAmount", width: 100, align: 'center' },
......
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