|
@@ -88,6 +88,7 @@
|
|
:row-style="rowStyle"
|
|
:row-style="rowStyle"
|
|
:cell-style="cellStyle"
|
|
:cell-style="cellStyle"
|
|
class="elTable table-fixed"
|
|
class="elTable table-fixed"
|
|
|
|
+ max-height="270px"
|
|
>
|
|
>
|
|
<el-table-column label="操作编号" min-width="70px" align="center" prop="sort" />
|
|
<el-table-column label="操作编号" min-width="70px" align="center" prop="sort" />
|
|
<el-table-column label="饲料名称" min-width="70px" align="center" prop="fname" />
|
|
<el-table-column label="饲料名称" min-width="70px" align="center" prop="fname" />
|
|
@@ -315,6 +316,7 @@
|
|
:row-style="rowStyle"
|
|
:row-style="rowStyle"
|
|
:cell-style="cellStyle"
|
|
:cell-style="cellStyle"
|
|
class="elTable table-fixed"
|
|
class="elTable table-fixed"
|
|
|
|
+ max-height="270px"
|
|
>
|
|
>
|
|
<el-table-column label="操作编号" min-width="60px" align="center" prop="sort" />
|
|
<el-table-column label="操作编号" min-width="60px" align="center" prop="sort" />
|
|
<el-table-column label="饲料名称" min-width="60px" align="center" prop="fname" />
|
|
<el-table-column label="饲料名称" min-width="60px" align="center" prop="fname" />
|
|
@@ -414,6 +416,7 @@
|
|
:row-style="rowStyle"
|
|
:row-style="rowStyle"
|
|
:cell-style="cellStyle"
|
|
:cell-style="cellStyle"
|
|
class="elTable table-fixed"
|
|
class="elTable table-fixed"
|
|
|
|
+ max-height="270px"
|
|
>
|
|
>
|
|
<el-table-column label="操作编号" min-width="60px" align="center" prop="sort" />
|
|
<el-table-column label="操作编号" min-width="60px" align="center" prop="sort" />
|
|
<el-table-column label="撒料车辆" min-width="60px" align="center" prop="fname" />
|
|
<el-table-column label="撒料车辆" min-width="60px" align="center" prop="fname" />
|
|
@@ -1161,7 +1164,7 @@ export default {
|
|
}, {
|
|
}, {
|
|
itemWidth: 15, itemHeight: 15, right: '0', textStyle: { fontSize: 12 },
|
|
itemWidth: 15, itemHeight: 15, right: '0', textStyle: { fontSize: 12 },
|
|
data: [
|
|
data: [
|
|
- { name: '开始重量' },
|
|
|
|
|
|
+ { name: '开始重量' },
|
|
{ name: '结束重量' },
|
|
{ name: '结束重量' },
|
|
]
|
|
]
|
|
}],
|
|
}],
|