|
@@ -109,7 +109,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="脖环号" min-width="60px" align="center" prop="code" />
|
|
|
- <el-table-column label="售卖" min-width="60px" align="center" prop="date" />
|
|
|
+ <el-table-column label="日期" min-width="60px" align="center" prop="date" />
|
|
|
</el-table>
|
|
|
<pagination v-show="table1.total>0" :total="table1.total" :page.sync="table1.offset" :limit.sync="table1.pagecount" @pagination="getList1" />
|
|
|
</div>
|
|
@@ -162,7 +162,7 @@
|
|
|
},
|
|
|
isokDisable:false,
|
|
|
textMap: {
|
|
|
- quantityTxt: '售卖',
|
|
|
+ quantityTxt: '数量',
|
|
|
importTxt:'选择牧场'
|
|
|
},
|
|
|
rowStyle: { maxHeight: 30 + 'px', height: 30 + 'px' },
|