|
@@ -37,7 +37,7 @@
|
|
|
</span>
|
|
</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <el-table v-loading="loading" :data="dynamicList" height="calc(100% - 68px)">
|
|
|
|
|
|
|
+ <el-table v-loading="loading" :data="dynamicList" height="calc(100% - 120px)">
|
|
|
<el-table-column label="序号" type="index" align="center" fixed="left">
|
|
<el-table-column label="序号" type="index" align="center" fixed="left">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<span>{{
|
|
<span>{{
|
|
@@ -98,6 +98,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
|
|
+
|
|
|
<pagination v-show="total > 0" :total="total" :page.sync="queryParams.current" :limit.sync="queryParams.size"
|
|
<pagination v-show="total > 0" :total="total" :page.sync="queryParams.current" :limit.sync="queryParams.size"
|
|
|
@pagination="getList" />
|
|
@pagination="getList" />
|
|
|
</div>
|
|
</div>
|
|
@@ -180,6 +181,7 @@ export default {
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
this.dynamicList = res.data.records
|
|
this.dynamicList = res.data.records
|
|
|
this.total = res.data.total
|
|
this.total = res.data.total
|
|
|
|
|
+ console.log(this.total,'555555')
|
|
|
})
|
|
})
|
|
|
.finally(() => {
|
|
.finally(() => {
|
|
|
this.loading = false
|
|
this.loading = false
|