chore:修改 radio api 接口

This commit is contained in:
JaguarJack
2024-03-23 17:20:00 +08:00
parent aabaf99c1b
commit 4696461d72
8 changed files with 33 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
{ label: 'ZIP 安装', value: 2 },
]"
:key="item.value"
:label="item.value"
:value="item.value"
name="type"
>{{ item.label }}
</el-radio-button>