updated configurable spider

This commit is contained in:
Marvin Zhang
2019-05-26 19:17:02 +08:00
parent e30c1c122a
commit 113be056ae
3 changed files with 7 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
</el-form>
</el-row>
<el-row class="button-container" v-if="!isView">
<el-button v-if="isShowRun" type="danger" @click="onRun">{{$t('Run')}}</el-button>
<el-button v-if="isShowRun" type="danger" @click="onCrawl">{{$t('Run')}}</el-button>
<el-button v-if="isCustomized" type="primary" @click="onDeploy">{{$t('Deploy')}}</el-button>
<el-button type="success" @click="onSave">{{$t('Save')}}</el-button>
</el-row>