pull/135/head
孙萌 2024-03-15 11:03:59 +08:00
parent 8aa05945d7
commit ba3c63e15c
1 changed files with 1 additions and 1 deletions

View File

@ -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>