mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-05 06:04:35 +08:00
fix: remove redundant code
This commit is contained in:
parent
75b6319e4d
commit
14a17f50a0
1 changed files with 1 additions and 7 deletions
|
@ -62,13 +62,7 @@
|
|||
<el-divider />
|
||||
|
||||
<el-form-item :label="$t('website.leechReturn')" prop="return">
|
||||
<el-select
|
||||
v-model="form.return"
|
||||
filterable
|
||||
allow-create
|
||||
placeholder="请选择返回状态码"
|
||||
class="p-w-600"
|
||||
>
|
||||
<el-select v-model="form.return" class="p-w-600">
|
||||
<el-option
|
||||
v-for="option in returnOptions"
|
||||
:key="option.value"
|
||||
|
|
Loading…
Add table
Reference in a new issue