|
@@ -14,7 +14,7 @@ |
|
|
:placeholder="$t('videoList.typePlaceholder')" |
|
|
:placeholder="$t('videoList.typePlaceholder')" |
|
|
clearable |
|
|
clearable |
|
|
> |
|
|
> |
|
|
<el-option :label="$t('videoList.notDeleted')" value="" /> |
|
|
|
|
|
|
|
|
<el-option :label="$t('videoList.all')" value="" /> |
|
|
<el-option :label="$t('videoList.portrait')" value="1" /> |
|
|
<el-option :label="$t('videoList.portrait')" value="1" /> |
|
|
<el-option :label="$t('videoList.transversePlate')" value="2" /> |
|
|
<el-option :label="$t('videoList.transversePlate')" value="2" /> |
|
|
</el-select> |
|
|
</el-select> |
|
|