refactoring

This commit is contained in:
marvzhang
2021-03-23 22:50:19 +08:00
parent 787e310d18
commit 867093ae4e
5 changed files with 417 additions and 328 deletions

View File

@@ -24,7 +24,6 @@
>
<el-tabs :active-name="activeTabName">
<!-- customized -->
<el-tab-pane name="customized" :label="$t('Customized')">
<el-form ref="addCustomizedForm" :model="spiderForm" inline-message label-width="120px">
<el-form-item :label="$t('Spider Name')" prop="name" required>
<el-input id="spider-name" v-model="spiderForm.name" :placeholder="$t('Spider Name')" />