Commit 2c4dfc3c by lianyang

libp.vue承兑金额输入框样式微调

parent 07ff6688
...@@ -231,11 +231,11 @@ ...@@ -231,11 +231,11 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="承兑金额" prop="cnybop.fexchangeamt"> <el-form-item label="承兑金额" prop="cnybop.fexchangeamt">
<c-input-currency <c-input
v-model="model.cnybop.fexchangeamt" v-model="model.cnybop.fexchangeamt"
maxlength="20" maxlength="20"
placeholder="请输入承兑金额" placeholder="请输入承兑金额"
></c-input-currency> ></c-input>
</el-form-item> </el-form-item>
</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