相关链接: https://www.antdv.com/components/table https://www.antdv.com/components/table-cn 在How To Use下方 .... How To Use [#](https://www.antdv.com/components/table#how-to-use) Specify dataSource of Table as an array of data. ` <template> <a-table :dataSource="dataSource" :columns="columns" /> </template> ` ....