| | |
| | | </el-row> |
| | | <el-table :data="reportData" style="width: 100%" height="calc(100% - 48px)" :header-cell-style="{ background: '#fafafa' }"> |
| | | <el-table-column prop="id" label="id" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="reportTime" label="上报时间" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="createTime" label="上报时间" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="programmeName" label="方案名称" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="startTime" label="开始时间" show-overflow-tooltip></el-table-column> |
| | | <el-table-column prop="endTime" label="结束时间" show-overflow-tooltip></el-table-column> |