lilei 3 лет назад
Родитель
Сommit
3edbeaf32b

+ 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>