Commit 7835b10d authored by caimeng's avatar caimeng

修改大一些

parent 8f43ad45
......@@ -41,7 +41,7 @@
<el-col :span="8">
<div class="grid-content bg-purple">服务费:{{ this.ruleForm.serviceAmt }}</div>
</el-col>
<el-col :span="8">
<div class="grid-content bg-purple">违约金:{{ this.ruleForm.breakAmt }}</div>
</el-col>
......@@ -51,7 +51,7 @@
<el-col :span="8">
<div class="grid-content bg-purple">罚息:{{ this.ruleForm.overdueAmt }}</div>
</el-col>
<el-col :span="8">
<div class="grid-content bg-purple">融担金额:{{ this.ruleForm.burdenAmt }}</div>
</el-col>
......@@ -99,7 +99,7 @@
</el-form-item>
<el-form-item label="还款备注" prop="memo">
<el-col :span="20">
<el-input v-model="ruleForm.memo" placeholder="请输入还款备注"></el-input>
<el-input v-model="ruleForm.memo" type="textarea" :rows="2" placeholder="请输入还款备注"></el-input>
</el-col>
</el-form-item>
</el-form>
......
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