|
|
@@ -6,10 +6,10 @@
|
|
|
@click="backToList">返回列表
|
|
|
</el-button>
|
|
|
</div>
|
|
|
- <div class="add-customer-btn">
|
|
|
- <el-button class="el-button--small-yh" type="primary" :loading="saveLoading" size="small" @click="calculateInterest()">利息计算
|
|
|
+<!-- <div class="add-customer-btn">
|
|
|
+ <el-button class="el-button--small-yh" type="primary" :loading="saveLoading" size="small" @click="calculateInterest()">利息计算
|
|
|
</el-button>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
</div>
|
|
|
<div class="customer-main">
|
|
|
<el-form :model="form" ref="form" label-width="130px" class="demo-ruleForm">
|
|
|
@@ -137,6 +137,10 @@
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
+ <el-col span="4" :offset="1">
|
|
|
+ <el-button class="el-button--small-yh" type="primary" :loading="saveLoading" size="small" @click="calculateInterest()">利息计算
|
|
|
+ </el-button>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
</basic-container>
|
|
|
<containerTitle title="发货信息"></containerTitle>
|