lilei hace 2 años
padre
commit
0184fc00a7

+ 4 - 7
src/views/salesManagement/salesQuery/edit.vue

@@ -63,7 +63,7 @@
                     </a-form-item>
                   </a-col>
                   <a-col :md="6" :sm="24" style="margin-bottom: 10px;">
-                    <a-button type="primary" class="button-info" @click="$refs.table.refresh(true)" :disabled="disabled" id="salesEdit-refresh">查询</a-button>
+                    <a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="salesEdit-refresh">查询</a-button>
                     <a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="salesEdit-reset">重置</a-button>
                   </a-col>
                 </a-row>
@@ -87,16 +87,13 @@
                     </a-menu-item>
                   </a-menu>
                   <a-button
-                    size="small"
                     style="margin:0 15px;"
-                    type="danger"
-                    class="button-info"
+                    type="primary"
+                    ghost
                     id="salesEdit-plDel-btn"> 批量删除 <a-icon type="down" /> </a-button>
                 </a-dropdown>
                 <a-button
-                  size="small"
-                  type="primary"
-                  class="button-info"
+                  type="default"
                   id="salesEdit-import-btn"
                   @click="openGuideModal=true">导入产品</a-button>
               </div>

+ 1 - 1
src/views/salesManagement/salesQuery/queryPart.vue

@@ -32,7 +32,7 @@
             </a-col>
           </template>
           <a-col :md="6" :sm="24" style="margin-bottom: 10px;">
-            <a-button type="primary" class="button-info" @click="$refs.table.refresh(true)" :disabled="disabled" id="productInfoList-refresh">查询</a-button>
+            <a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="productInfoList-refresh">查询</a-button>
             <a-button style="margin-left: 5px" @click="resetSearchForm" id="productInfoList-reset">重置</a-button>
             <a @click="advanced=!advanced" style="margin: 0 5px">
               {{ advanced ? '收起' : '展开' }}