美文网首页
element的表格

element的表格

作者: afeng_1234 | 来源:发表于2019-01-09 09:59 被阅读0次
<!-- 主区域 -->
              <section class="main-wrap">
                <!-- 表格 -->
                <div class="table-wrap">
                  <el-table ref="multipleTable" :data="tableData" row-key="studentId" v-loading="loadingTable" header-row-class-name="lc-table-header" row-class-name="lc-no-hover" height="100%" border @selection-change="selectItems">
                    <el-table-column align="center" reserve-selection type="selection"></el-table-column>
                    <el-table-column align="center" prop="studentName" label="姓名" show-overflow-tooltip></el-table-column>
                    <el-table-column align="center" prop="sex" label="性别" show-overflow-tooltip></el-table-column>
                    <el-table-column align="center" prop="studentCode" label="学号" show-overflow-tooltip></el-table-column>
                  </el-table>
                </div>
              </section>

相关文章

网友评论

      本文标题:element的表格

      本文链接:https://www.haomeiwen.com/subject/ajrwrqtx.html