瀏覽代碼

bug 修复

lilei 3 年之前
父節點
當前提交
3edbeaf32b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/financialManagement/companyReceivablePayable/collectionPayment.vue

+ 1 - 1
src/views/financialManagement/companyReceivablePayable/collectionPayment.vue

@@ -60,7 +60,7 @@
               </template>
               <!-- 操作 -->
               <template slot="action" slot-scope="text, record">
-                <a-button size="small" type="primary" class="button-error" @click="handleDel(record)" id="collectionPayment-del-btn">移除</a-button>
+                <a-button size="small" type="link" class="button-error" @click="handleDel(record)" id="collectionPayment-del-btn">移除</a-button>
               </template>
             </a-table>
           </a-collapse-panel>