@@ -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>
</s-table>
</div>