|
@@ -25,7 +25,7 @@
|
|
|
inactive-color="gray"
|
|
|
></el-switch>
|
|
|
</el-tooltip>
|
|
|
- <span v-if="onlyRead">只看要采集的信息:</span>
|
|
|
+ <span v-if="onlyRead">只看要采集的信息</span>
|
|
|
<el-tooltip v-if="onlyRead" :content="'' + (allMess ? '部分' : '全集')" placement="top">
|
|
|
<el-switch
|
|
|
@change="changeWatch"
|
|
@@ -711,7 +711,7 @@ export default {
|
|
|
columns: this.getType(this.headers), //数据显示格式
|
|
|
filters: true,
|
|
|
maxRows: this.main.length,
|
|
|
- height: winHeight - 100 - 50 - 290,
|
|
|
+ height: winHeight - 100 - 50 - 200,
|
|
|
columnSorting: true, //添加排序
|
|
|
sortIndicator: true, //添加排序
|
|
|
renderAllRows: true,
|