渲染这个按钮的颜色为蓝色 th a-button click=showInterview离职面谈单a-button th
渲染按钮的颜色为蓝色,可以在 <a-button> 标签中添加 type="primary" 属性来实现:
<th>
<a-button type="primary" @click="showInterview">离职面谈单</a-button>
</th>
原文地址: https://www.cveoy.top/t/topic/jf5O 著作权归作者所有。请勿转载和采集!