优化UI界面

This commit is contained in:
陈景阳
2020-01-02 10:07:21 +08:00
parent c028fa527f
commit 4e66f6f3d2
5 changed files with 39 additions and 14 deletions

View File

@@ -143,7 +143,7 @@
<el-tooltip :content="$t('Remove')" placement="top">
<el-button type="danger" icon="el-icon-delete" size="mini" @click="onRemove(scope.row)"></el-button>
</el-tooltip>
<el-tooltip v-if="false" :content="$t(getStatusTooltip(scope.row))" placement="top">
<el-tooltip :content="$t(getStatusTooltip(scope.row))" placement="top">
<el-button type="success" icon="fa fa-bug" size="mini" @click="onCrawl(scope.row)"></el-button>
</el-tooltip>
</template>