Browse Source

安全库存列表-按钮样式调整

jingbb 1 year ago
parent
commit
871f5113b7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/safetyStock/safetyStockList.vue

+ 3 - 3
src/views/safetyStock/safetyStockList.vue

@@ -120,13 +120,13 @@
         <a-card class="middle" style="margin-bottom:1%">
           <!-- 操作按钮区域 -->
           <div class="table-operator">
-            <a-button type="primary" size="small" @click='addList'>新增</a-button>
+            <a-button  type="danger" size="small" @click='addList'>新增</a-button>
             <a-button  size="small" @click='editList'>修改</a-button>
             <a-button size="small" @click='delectList'>删除</a-button>
             <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl">
-               <a-button type="primary" size="small">导入</a-button>
+               <a-button  size="small">导入</a-button>
             </a-upload>
-            <a-button type="primary" size="small" @click="exportList('安全库存列表')">导出</a-button>
+            <a-button size="small" @click="exportList('安全库存列表')">导出</a-button>
           </div>
       
           <!-- table区域-begin -->