|
@@ -55,11 +55,8 @@
|
|
|
<el-table-column sortable label="实际干物质采食量(kg/头)" min-width="80px" align="center" prop="实际干物质采食量" />
|
|
|
<el-table-column sortable label="采食率(%)" min-width="60px" align="center" prop="采食率" />
|
|
|
<el-table-column sortable label="配方理论成本" min-width="60px" align="center" prop="feedtempletPrice" />
|
|
|
- <el-table-column sortable label="配方成本(元/头)" min-width="65px" align="center" prop="配方成本" />
|
|
|
<el-table-column sortable label="实际成本(元/头)" min-width="65px" align="center" prop="实际成本" />
|
|
|
- <el-table-column sortable label="产奶量(kg/头)" min-width="65px" align="center" prop="产奶量" />
|
|
|
<el-table-column sortable label="饲料转化率(%)" min-width="60px" align="center" prop="饲料转化率" />
|
|
|
- <el-table-column sortable label="公斤奶饲料成本" min-width="60px" align="center" prop="公斤奶饲料成本" />
|
|
|
</el-table>
|
|
|
<span v-if="tab.table.listLoading == false" style="margin-right: 30px;margin-top: 10px;font-size: 14px;">共{{ tab.table.total }}条</span>
|
|
|
</div>
|