Merge remote-tracking branch 'origin/develop' into develop

# Conflicts:
#	frontend/src/views/spider/SpiderList.vue
This commit is contained in:
Marvin Zhang
2019-05-26 19:19:43 +08:00
4 changed files with 7 additions and 5 deletions

View File

@@ -68,7 +68,7 @@
:width="col.width">
</el-table-column>
</template>
<el-table-column :label="$t('Action')" align="center" width="auto">
<el-table-column :label="$t('Action')" align="left" width="auto" fixed="right">
<template slot-scope="scope">
<el-tooltip :content="$t('View')" placement="top">
<el-button type="primary" icon="el-icon-search" size="mini" @click="onView(scope.row)"></el-button>