|
@@ -2,11 +2,11 @@
|
|
<template>
|
|
<template>
|
|
<div class="height_100">
|
|
<div class="height_100">
|
|
<el-container>
|
|
<el-container>
|
|
- <el-header>
|
|
|
|
|
|
+ <!-- <el-header>
|
|
<div class="head">
|
|
<div class="head">
|
|
<el-button type="primary" size="small" @click="synchronization" class="margin-right_10">同步</el-button>
|
|
<el-button type="primary" size="small" @click="synchronization" class="margin-right_10">同步</el-button>
|
|
</div>
|
|
</div>
|
|
- </el-header>
|
|
|
|
|
|
+ </el-header> -->
|
|
<el-main v-DivHeight="getDivHeight" class="Evidence_details">
|
|
<el-main v-DivHeight="getDivHeight" class="Evidence_details">
|
|
<el-table :data="tableData" border v-loading="loading" :maxHeight="tableHeight" @cell-dblclick="cellDblclick" @cell-click="cellClick">
|
|
<el-table :data="tableData" border v-loading="loading" :maxHeight="tableHeight" @cell-dblclick="cellDblclick" @cell-click="cellClick">
|
|
<el-table-column v-for="item in column.filter(item=>!item.ifHidden)"
|
|
<el-table-column v-for="item in column.filter(item=>!item.ifHidden)"
|