Commit 0d9d758d by 闫泽浩

brtacp代码更新

parent 3816e183
...@@ -58,10 +58,11 @@ export default class Brtacp { ...@@ -58,10 +58,11 @@ export default class Brtacp {
}, },
max: { max: {
cur: '', cur: '',
amt: '' amt: '0.0'
}, },
max2: { max2: {
amt: '' cur: '',
amt: '0.0'
} }
}, },
matp: { matp: {
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<el-form-item label="" label-width="5px" prop="brdgrp.cbs.opn1.amt"> <el-form-item label="" label-width="5px" prop="brdgrp.cbs.opn1.amt">
<c-input v-model="model.brdgrp.cbs.max2.amt" placeholder="请输入附加金额" disabled></c-input> <c-input v-model="model.brdgrp.cbs.op1.amt" placeholder="请输入附加金额" disabled></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
......
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