Commit 656c87fa authored by 赵茹林's avatar 赵茹林

update

parent e66a89fa
...@@ -225,8 +225,8 @@ ...@@ -225,8 +225,8 @@
limit: this.limit limit: this.limit
} }
getVisitedApi(json).then(res => { getVisitedApi(json).then(res => {
this.list = res; this.list = res.page_data;
this.total = res.total || 0; // todo 后台没给分页 this.total = res.total;
this.loading = false; this.loading = false;
}) })
}, },
......
...@@ -53,7 +53,8 @@ ...@@ -53,7 +53,8 @@
{{t.replace(/:00/g, "")}} {{t.replace(/:00/g, "")}}
</template> </template>
<template slot-scope="scope"> <template slot-scope="scope">
<span class="cell-link" @click="dialogToggle(scope.row)">{{scope.row[`valid_count${index}`]}}</span> <!--<span class="cell-link" @click="dialogToggle(scope.row)">{{scope.row[`valid_count${index}`]}}</span>-->
{{scope.row[`valid_count${index}`]}}
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment