<el-table
        :data="
          tableData.slice((currentPage - 1) * pageSize, currentPage * pageSize)
        "
        style="width: 100%"
        :header-cell-style="{
            textAlign: 'center',
            height: '40px',
        }"
        :row-style="{height: '60px'}"
        stripe
      >
      <el-table-column label="ID"         align="center" prop="id" width="50"></el-table-column>
     </el-table>
Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐