Commit 5ef8173b authored by 郭小龙-DEL's avatar 郭小龙-DEL

fix 未赔付金额可编辑

parent 6e69b827
......@@ -125,7 +125,7 @@
</a-col>
<a-col :lg="12" :xs="24">
<a-form-model-item label="未赔付金额" prop="refuseAmountEob">
<a-input v-model.trim="editFormObj.refuseAmountEob" placeholder="未赔付金额" type="number" disabled />
<a-input v-model.trim="editFormObj.refuseAmountEob" placeholder="未赔付金额" type="number" />
</a-form-model-item>
</a-col>
<!-- eccs-1944 -->
......@@ -309,7 +309,6 @@ export default {
claimsStatus: record.claimsStatus || "",
paidAmountEob: record.paidAmountEob || "",
};
this.moneyChange();
})
},
//编辑保存
......
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