chore: 编译错误

Signed-off-by: fit2-zhao <yong.zhao@fit2cloud.com>
This commit is contained in:
fit2-zhao 2024-11-01 13:38:47 +08:00
parent 72e553f1e2
commit 603bb3aa5a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<el-radio-button
v-for="(item, index) in platforms"
:key="index"
v-if="!isScenarioModel || item.name !== 'Swagger'"
v-show="!isScenarioModel || item.name !== 'Swagger'"
:label="item.value"
>{{ item.name }}</el-radio-button
>