瀏覽代碼

bug 修复

lilei 4 年之前
父節點
當前提交
e03f0cf71f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/salesManagement/salesQuery/chooseCustomModal.vue

+ 2 - 2
src/views/salesManagement/salesQuery/chooseCustomModal.vue

@@ -33,8 +33,8 @@
         </a-col>
         </a-col>
         <a-col :span="16">
         <a-col :span="16">
           <a-form-model-item>
           <a-form-model-item>
-            <a-button type="dashed" @click="openNewCust" icon="plus">新增</a-button>
-            (击新增按钮新增客户)
+            <a-button type="primary" class="button-primary" @click="openNewCust" icon="plus">新增</a-button>
+            (击新增按钮新增客户)
           </a-form-model-item>
           </a-form-model-item>
         </a-col>
         </a-col>
       </a-row>
       </a-row>