Commit 98b07f41 authored by yanglilong's avatar yanglilong

Merge branch 'bug1107' into 'master'

解决表格错乱问题

See merge request !80
parents b000f789 39d238d4
......@@ -292,7 +292,7 @@ export default {
{ title: "减免金额", dataIndex: "reduceAmount", width: 100, align: 'center' },
{ title: "客户自付", dataIndex: "selfpaidAmount", width: 100, align: 'center' },
{ title: "理赔金额", dataIndex: "actualAmount", width: 100, align: 'center' },
{ title: "账单编号", dataIndex: "receiptNo", key:"receiptNo",align:'center', width: 136},
{ title: "账单编号", dataIndex: "receiptNo", key:"receiptNo",align:'center'},
];
if(this.sendBatchNo && ! this.isEditNewBill && this.isEdit){ // 编辑状态下已经保存的数据才可进行操作
return base.concat([
......
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