表格部分
<a-table :locale="locale">
<a-table>
locale部分
computed: {
locale () {
return {
emptyText: () => (
<div class="custom-empty" >
<img src={require("@assets/redirectBg.png")} alt="暂无数据" style="width: 200px; height: 200px" />
<p>暂无数据</p>
</div>
)
};
}
},


被折叠的 条评论
为什么被折叠?



