|
@@ -70,7 +70,7 @@
|
|
|
|
|
|
<!--列表-->
|
|
|
<div class="reviewTable" ref="reviewTable">
|
|
|
- <el-table :data="list" style="width: 100%" @selection-change="weeklyReportRowSelect">
|
|
|
+ <el-table :data="list" style="width: 100%" height="80vh" @selection-change="weeklyReportRowSelect">
|
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
|
<el-table-column type="expand">
|
|
|
<template slot-scope="props">
|