pc-master #135

Merged
xiaomeng merged 4 commits from pc-master into portal 2024-03-18 00:18:54 +00:00
Showing only changes of commit ba3c63e15c - Show all commits

View File

@ -42,7 +42,7 @@
<div class="table-view"> <div class="table-view">
<el-table :data="tableData" :row-class-name="tableRowClassName" max-height="520" style="width: 100%"> <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"> <el-table-column min-width='150' :label="item" v-for="item, index in tableList" :key="index">
<template slot-scope="scope"> <template slot-scope="scope">
<div>{{ scope.row['data' + index] }}</div> <div>{{ scope.row['data' + index] }}</div>