link site to spider

This commit is contained in:
Marvin Zhang
2019-05-10 13:27:13 +08:00
parent 1cd2fd47f3
commit 433b945eeb
4 changed files with 38 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
</div>
<!--table list-->
<el-table :data="tableData"
<el-table :data="siteList"
class="table"
:header-cell-style="{background:'rgb(48, 65, 86)',color:'white'}"
border>
@@ -109,7 +109,7 @@ export default {
computed: {
...mapState('site', [
'filter',
'tableData',
'siteList',
'totalCount'
]),
keyword: {