|
@@ -52,7 +52,7 @@
|
|
|
</div>
|
|
|
<el-row :gutter="10">
|
|
|
<el-col :span="8">
|
|
|
- <h4>TMR设备列表</h4>
|
|
|
+ <h4>TMR设备列表hhh</h4>
|
|
|
<div class="table">
|
|
|
<el-table
|
|
|
:key="table.tableKey"
|
|
@@ -226,7 +226,7 @@
|
|
|
:row-style="rowStyle"
|
|
|
:cell-style="cellStyle"
|
|
|
class="elTable table-fixed"
|
|
|
- max-height="200px"
|
|
|
+ max-height="260px"
|
|
|
>
|
|
|
<el-table-column label="操作编号" min-width="70px" align="center" prop="sort" />
|
|
|
<el-table-column label="栏舍名称" min-width="70px" align="center" prop="fname" />
|
|
@@ -281,7 +281,7 @@
|
|
|
:row-style="rowStyle"
|
|
|
:cell-style="cellStyle"
|
|
|
class="elTable table-fixed"
|
|
|
- max-height="200px"
|
|
|
+ max-height="260px"
|
|
|
>
|
|
|
<el-table-column label="操作编号" min-width="110px" align="center">
|
|
|
<template slot-scope="scope">
|
|
@@ -316,7 +316,7 @@
|
|
|
:row-style="rowStyle"
|
|
|
:cell-style="cellStyle"
|
|
|
class="elTable table-fixed"
|
|
|
- max-height="200px"
|
|
|
+ max-height="260px"
|
|
|
>
|
|
|
<el-table-column label="操作编号" min-width="110px" align="center" prop="sort" />
|
|
|
<el-table-column label="转投栏舍" min-width="110px" align="center" prop="fname" />
|
|
@@ -412,7 +412,7 @@
|
|
|
:row-style="rowStyle"
|
|
|
:cell-style="cellStyle"
|
|
|
class="elTable table-fixed"
|
|
|
- max-height="200px"
|
|
|
+ max-height="260px"
|
|
|
>
|
|
|
<el-table-column label="操作编号" min-width="60px" align="center" prop="sort" />
|
|
|
<el-table-column label="撒料车辆" min-width="60px" align="center" prop="fname" />
|
|
@@ -522,7 +522,7 @@
|
|
|
:row-style="rowStyle"
|
|
|
:cell-style="cellStyle"
|
|
|
class="elTable table-fixed"
|
|
|
- max-height="200px"
|
|
|
+ max-height="260px"
|
|
|
>
|
|
|
<el-table-column label="操作编号" min-width="70px" align="center" prop="sort" />
|
|
|
<el-table-column label="撒料车辆" min-width="70px" align="center" prop="fname" />
|