element 表格自定义暂无数据显示


<div class="left-content-table">
                    <el-table :data="resourceData" style="width: 100%" :header-cell-style="tableHeader">
                      <el-table-column label="资源">
                        <template slot-scope="scope">
                          <div>
                            <span class="square"
                              :style="{background:scope.row.background_color}"></span>&nbsp;&nbsp;{{ scope.row.name }}
                          </div>
                        </template>
                      </el-table-column>
                      <el-table-column prop="value" label="数量">
                      </el-table-column>
                      <template slot="empty">
                        <div>
                          <svg-icon icon-class="ring-list" class="ring-list" />
                          <span>暂无数据</span>
                        </div>
                      </template>
                    </el-table>
                  </div>

 


免责声明!

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



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM