在el-table 里面插入
<template v-slot:empty>
<span style="color: #969799;">No more data</span>
</template>
<el-table :data="tableData" style="width: 100%" :header-cell-style="{background:'#F0F2F5',color:'#585858',textAlign: 'center'}" >
<template v-slot:"empty">
<span style="color: #969799;">No more data</span>
</template>
<el-table-column prop="content" label="OrderId" min-width="100" show-overflow-tooltip> </el-table-column>
<el-table-column prop="amount" label="amount" min-width="80" show-overflow-tooltip> </el-table-column>
</el-table>
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。