Commit fa9087d3 authored by WindyWTH's avatar WindyWTH

Merge branch 'fix-1227-wth' into test

parents ccbdb10c e7c6dea6
......@@ -240,7 +240,7 @@ export default {
{ title: "客户自付", dataIndex: "selfpaidAmount", width: 100, align: 'center', customRender: (val, row) => {
return <a-input v-model={row.selfpaidAmount} allow-clear />
} },
{ title: "理赔金额", dataIndex: "paidamount", width: 100, align: 'center' },
{ title: "理赔金额", dataIndex: "paidAmount", width: 100, 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