Vue(elementUI table組件獲取表格當前行的索引)


 <el-table max-height="290" :data="userTableData" border style="width: 100%">
          <el-table-column label="序號">
            <template slot-scope="scope">
              {{scope.$index+1}} 
            </template>
          </el-table-column>
          <el-table-column prop="user_nickname" label="用戶昵稱">
          </el-table-column>
          <el-table-column prop="create_time" label="提交時間">
          </el-table-column>
        </el-table>

  


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM