瀏覽代碼

按钮icon调整

jbb 2 年之前
父節點
當前提交
d9d0310c22

+ 3 - 3
src/views/advance-packingList/adPaList-clothes.vue

@@ -92,9 +92,9 @@
         <a-upload productName="file" :showUploadList="false"  :multiple="false"  :headers="tokenHeader"  :action="importExcelUrl"   @change="handleImportExcel">
           <a-button type="primary" icon="import">导入</a-button>
         </a-upload>
-        <a-button type="primary" @click="batchSubmit" icon="plus">批量提交</a-button>
-        <a-button type="primary" @click="batchCanelSubmit" icon="plus">批量取消提交</a-button>
-        <a-button type="primary" @click="batchPush" icon="plus">批量推送</a-button>
+        <a-button type="primary" @click="batchSubmit" icon="check">批量提交</a-button>
+        <a-button type="primary" @click="batchCanelSubmit" icon="close">批量取消提交</a-button>
+        <a-button type="primary" @click="batchPush" icon="export">批量推送</a-button>
       </div>
 
       <!-- table rowKey="id" -->

+ 2 - 2
src/views/packing-list/clothes-list.vue

@@ -89,8 +89,8 @@
       <div class="table-operator">
         <a-button type="primary" @click="openClothesAdd" icon="plus">新增</a-button>
         <a-button type="primary" @click="push" icon="export">推送</a-button>
-        <a-button type="primary" @click="bitchSubmit" icon="export">批量提交</a-button>
-        <a-button type="primary" @click="bitchCanelSubmit" icon="export">批量取消提交</a-button>
+        <a-button type="primary" @click="bitchSubmit" icon="check">批量提交</a-button>
+        <a-button type="primary" @click="bitchCanelSubmit" icon="close">批量取消提交</a-button>
         <a-upload  name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl"  @change="handleImportExcel" >
           <a-button type="primary" icon="import">导入</a-button>
         </a-upload>

+ 2 - 2
src/views/shipment-details/shipmentList.vue

@@ -111,8 +111,8 @@
         <!-- <a-button type="primary" @click.stop="addShipDet" icon="plus">新增</a-button> -->
         <a-button type="primary" @click.stop="referOrderDataOpen" icon="plus">参照订单数据</a-button>
         <a-button type="primary" icon="download" @click="handleExportXls('发运明细')">导出</a-button>
-        <a-button type="primary" icon="download" @click="submit">批量提交</a-button>
-        <a-button type="primary" icon="download" @click="cancelSubmit">批量取消提交</a-button>
+        <a-button type="primary" icon="check" @click="submit">批量提交</a-button>
+        <a-button type="primary" icon="close" @click="cancelSubmit">批量取消提交</a-button>
       </div>
 
       <!-- 子表  :row-key="record => record.id"  :pagination="ipagination-->