scope.row中属性值展示


 <el-table-column align="center" label="Id" width="95">
        <template slot-scope="scope">
          {{ scope.$index }}
        </template>
      </el-table-column>
      <el-table-column label="Main Information" align="center">
        <el-table-column label="Title">
          <template slot-scope="scope">
            {{ scope.row.title }}
          </template>
        </el-table-column>
        <el-table-column label="Author" width="110" align="center">
          <template slot-scope="scope">
            <el-tag>{{ scope.row.author }}</el-tag>
          </template>
        </el-table-column>

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 element-ui 中 el-table 根据scope.row行数据变化动态显示行内控件 在表格中,th scope="row"和th scope="col"中的scope属性的用法及意义 maven中scope属性的 与的含义"> HTML表格中与的含义 iOS 同时获取UITableViewCell中的Section和Row值 SPRING中属性SCOPE的prototype是什么意思