소스 검색

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>