|
@@ -308,6 +308,7 @@
|
|
|
@sort-change="tableSort2"
|
|
|
:max-height="myHeight"
|
|
|
>
|
|
|
+ <el-table-column label="牧场" prop="pastureName" min-width="110px" align="center" />
|
|
|
<el-table-column label="序号" width="100px" align="center" type="index">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.$index + (pageNum-1) * pageSize + 1 }}</span>
|
|
@@ -349,6 +350,8 @@
|
|
|
@sort-change="tableSort2"
|
|
|
:max-height="myHeight"
|
|
|
>
|
|
|
+ <el-table-column label="牧场" prop="pastureName" min-width="110px" align="center" />
|
|
|
+
|
|
|
<el-table-column label="序号" width="100px" align="center" type="index">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.$index + (pageNum-1) * pageSize + 1 }}</span>
|
|
@@ -396,6 +399,8 @@
|
|
|
@sort-change="tableSort2"
|
|
|
:max-height="myHeight"
|
|
|
>
|
|
|
+ <el-table-column label="牧场" prop="pastureName" min-width="110px" align="center" />
|
|
|
+
|
|
|
<el-table-column label="序号" width="100px" align="center" type="index">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.$index + (pageNum-1) * pageSize + 1 }}</span>
|
|
@@ -434,6 +439,8 @@
|
|
|
@sort-change="tableSort2"
|
|
|
:max-height="myHeight"
|
|
|
>
|
|
|
+ <el-table-column label="牧场" prop="pastureName" min-width="110px" align="center" />
|
|
|
+
|
|
|
<el-table-column label="序号" width="100px" align="center" type="index">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.$index + (pageNum-1) * pageSize + 1 }}</span>
|