Commit 787019fa by jianglong

修改保证金界面

parent 7a4d5530
......@@ -45,10 +45,10 @@
<c-col :span="12">
<el-form-item label="应收比例" prop="liaall.liaccv.cshpct">
<c-row>
<c-col :span="20">
<c-col :span="22">
<c-input v-model="model.liaall.liaccv.cshpct"></c-input>
</c-col>
<c-col :span="2" style="float: right; text-align: right">
<c-col :span="1" style="float: right; text-align: right">
<span>%</span>
</c-col>
</c-row>
......@@ -89,13 +89,13 @@
<c-col :span="12">
<el-form-item label="实收比例" prop="liaall.liaccv.relcshpct">
<c-row>
<c-col :span="20">
<c-col :span="22">
<c-input
:readonly="true"
v-model="model.liaall.liaccv.relcshpct"
></c-input>
</c-col>
<c-col :span="2" style="float: right; text-align: right">
<c-col :span="1" style="float: right; text-align: right">
<span>%</span>
</c-col>
</c-row>
......
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