Jelajahi Sumber

修改批量添加按钮颜色

chenrui 2 tahun lalu
induk
melakukan
255963e2ca

+ 1 - 1
src/views/purchasingManagement/purchaseReturn/queryPart.vue

@@ -30,7 +30,7 @@
               <a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="salesReturnList-reset">重置</a-button>
             </a-col>
             <a-col :md="12" :sm="24" style="margin-bottom: 10px;display: flex;align-items: center;">
-              <a-button style="margin-right: 5px" @click="handleBatchAdd" :disabled="disabledFlag" id="salesReturnList-reset">批量添加</a-button>
+              <a-button type="primary" style="margin-right: 5px" @click="handleBatchAdd" :disabled="disabledFlag">批量添加</a-button>
               <a-checkbox @change="onChange">
                 显示最大可退数量为0的产品
               </a-checkbox>