zxz 3 éve
szülő
commit
bec919bd4a
1 módosított fájl, 4 hozzáadás és 16 törlés
  1. 4 16
      src/views/customer/customerList.vue

+ 4 - 16
src/views/customer/customerList.vue

@@ -49,13 +49,11 @@
       </div>
       </div>
       <div class="dialog-footer">
       <div class="dialog-footer">
         <el-button @click="outerVisible = false">取 消</el-button>
         <el-button @click="outerVisible = false">取 消</el-button>
-        <el-button type="primaryone" @click="editDepositRatio()">确定</el-button>
+        <el-button type="primary" @click="editDepositRatio()">确定</el-button>
       </div>
       </div>
     </WinseaContentModal>
     </WinseaContentModal>
 
 
 <!--增加定金-->
 <!--增加定金-->
-    <el-button class="bg-bottom" type="primary" size="small" @click="addPrice()"
-        >增加定金</el-button>
       <WinseaContentModal
       <WinseaContentModal
       v-model="outerVisibleAdd"
       v-model="outerVisibleAdd"
       title="增加定金"
       title="增加定金"
@@ -78,13 +76,11 @@
      
      
       <div class="dialog-footer">
       <div class="dialog-footer">
         <el-button @click="outerVisibleAdd = false">取 消</el-button>
         <el-button @click="outerVisibleAdd = false">取 消</el-button>
-        <el-button type="primaryadd" @click="editPriceAdd()">确定</el-button>
+        <el-button type="primary" @click="editPriceAdd()">确定</el-button>
       </div>
       </div>
     </WinseaContentModal>
     </WinseaContentModal>
 
 
     <!--退回定金-->
     <!--退回定金-->
-    <el-button class="bg-bottom" type="primary" size="small" @click="returnPrice()"
-        >退回定金</el-button>
       <WinseaContentModal
       <WinseaContentModal
       v-model="outerVisibleReturn"
       v-model="outerVisibleReturn"
       title="退回定金"
       title="退回定金"
@@ -106,7 +102,7 @@
      
      
       <div class="dialog-footer">
       <div class="dialog-footer">
         <el-button @click="outerVisibleReturn = false">取 消</el-button>
         <el-button @click="outerVisibleReturn = false">取 消</el-button>
-        <el-button type="primaryreturn" @click="editPriceReturn()">确定</el-button>
+        <el-button type="primary" @click="editPriceReturn()">确定</el-button>
       </div>
       </div>
     </WinseaContentModal>
     </WinseaContentModal>
       </template>
       </template>
@@ -434,15 +430,7 @@ export default {
   background-color: #5878e8;
   background-color: #5878e8;
   border-color: #5878e8;
   border-color: #5878e8;
 }
 }
-.el-button--primaryone {
-  background-color: #5878e8;
-  color: #fff;
-}
-.el-button--primaryadd {
-  background-color: #5878e8;
-  color: #fff;
-}
-.el-button--primaryreturn {
+.el-button--primary {
   background-color: #5878e8;
   background-color: #5878e8;
   color: #fff;
   color: #fff;
 }
 }