添加Scrapy设置

This commit is contained in:
marvzhang
2020-02-17 10:30:32 +08:00
parent 5aeadcb7f8
commit 588c17497e
7 changed files with 451 additions and 6 deletions

View File

@@ -4,7 +4,13 @@
<h5 class="title">{{title}}</h5>
<el-button type="success" plain class="small-btn" size="mini" icon="fa fa-refresh" @click="onRefresh"></el-button>
</el-row>
<el-table border height="480px" :data="taskList" @row-click="onClickTask">
<el-table
:data="taskList"
border
:header-cell-style="{background:'rgb(48, 65, 86)',color:'white'}"
height="480px"
@row-click="onClickTask"
>
<el-table-column property="node" :label="$t('Node')" width="120" align="left">
<template slot-scope="scope">
<a class="a-tag" @click="onClickNode(scope.row)">{{scope.row.node_name}}</a>