pull/135/head
parent
8aa05945d7
commit
ba3c63e15c
|
@ -42,7 +42,7 @@
|
|||
|
||||
<div class="table-view">
|
||||
<el-table :data="tableData" :row-class-name="tableRowClassName" max-height="520" style="width: 100%">
|
||||
<el-table-column min-width='150' prop="time" label="时间"></el-table-column>
|
||||
<el-table-column min-width='180' prop="time" label="时间"></el-table-column>
|
||||
<el-table-column min-width='150' :label="item" v-for="item, index in tableList" :key="index">
|
||||
<template slot-scope="scope">
|
||||
<div>{{ scope.row['data' + index] }}</div>
|
||||
|
|
Loading…
Reference in New Issue