Browse Source

利息计算按钮迁移

liyuan 4 weeks ago
parent
commit
4cecadad83
1 changed files with 7 additions and 3 deletions
  1. 7 3
      src/views/allocationContract/detailsPageEdit.vue

+ 7 - 3
src/views/allocationContract/detailsPageEdit.vue

@@ -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&#45;&#45;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>