pc-master #135
@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user