lilei 4 gadi atpakaļ
vecāks
revīzija
6fa3d5e539

+ 7 - 1
src/views/purchasingManagement/purchaseOrder/edit.vue

@@ -116,7 +116,13 @@
               </template>
               <!-- 操作 -->
               <template slot="action" slot-scope="text, record">
-                <a-button size="small" type="link" :loading="addLoading" @click="handleAdd(record,0)" id="purchaseOrderEdit-add-btn">添加</a-button>
+                <a-button
+                  size="small"
+                  type="primary"
+                  class="button-info"
+                  :loading="addLoading"
+                  @click="handleAdd(record,0)"
+                  id="purchaseOrderEdit-add-btn">添加</a-button>
               </template>
             </s-table>
           </div>