更新
This commit is contained in:
@@ -93,6 +93,7 @@
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
</el-table>
|
||||
<span style="font-size: 5px">共{{ totalnumber }}条信息,选择{{ gouxuan }}条</span>
|
||||
<div class="block">
|
||||
<el-pagination
|
||||
v-if="!loading"
|
||||
@@ -162,7 +163,10 @@ export default {
|
||||
pageSize: 30, // 每页显示条数
|
||||
pageCurrent: 1, // 后台获取页
|
||||
ordername: '',
|
||||
order: ''
|
||||
order: '',
|
||||
gouxuan: 0,
|
||||
totalnumber: 0
|
||||
|
||||
}
|
||||
},
|
||||
created() {
|
||||
@@ -224,6 +228,7 @@ export default {
|
||||
// this.tableData.push({
|
||||
// 重量: response.data.rows[0].重量
|
||||
// })
|
||||
this.totalnumber = response.data.rows.length
|
||||
this.tableData = response.data.rows
|
||||
this.total = response.data.total
|
||||
this.loading = false
|
||||
@@ -233,6 +238,7 @@ export default {
|
||||
handleSelectionChange(val) {
|
||||
this.tableData2 = []
|
||||
this.tableData2 = val
|
||||
this.gouxuan = val.length
|
||||
},
|
||||
edit() {
|
||||
this.edit_loading = true
|
||||
|
||||
Reference in New Issue
Block a user