chore: 编译错误
Signed-off-by: fit2-zhao <yong.zhao@fit2cloud.com>
This commit is contained in:
parent
72e553f1e2
commit
603bb3aa5a
|
@ -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
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue