| | |
| | | </el-form> |
| | | </div> |
| | | <div class="dividing-line"></div> |
| | | <div class="table_box2" style="height:calc(100% - 89px)"> |
| | | <div class="table_box" style="height:calc(100% - 89px)"> |
| | | <!-- border--> |
| | | <!-- ref="filterTable"--> |
| | | <!-- :data="tableData"--> |
| | | <!-- style="width: 100%"--> |
| | | <!-- height="calc(100% - 57px)"--> |
| | | <!-- :header-cell-style="{background:'#e6eaee',color:'#181818', 'text-align': 'center'} "--> |
| | | <el-table |
| | | border |
| | | ref="filterTable" |
| | | :data="tableData" |
| | | style="width: 100%" |
| | | height="calc(100% - 57px)" |
| | | :header-cell-style="{background:'#e6eaee',color:'#181818', 'text-align': 'center'} " |
| | | > |
| | | <el-table-column |
| | | type="selection" |