如何获取element UI 表格中的某一列

如何获取element UI 表格中某一列

阅读 4.3k
1 个回答

看文档

<template slot-scope="scope">{{ scope.row }}</template>

推荐问题