We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0c841 commit 9592f81Copy full SHA for 9592f81
ruoyi-fastapi-frontend/src/views/system/menu/index.vue
@@ -166,8 +166,8 @@
166
是否外链
167
</span>
168
<el-radio-group v-model="form.isFrame">
169
- <el-radio label="0">是</el-radio>
170
- <el-radio label="1">否</el-radio>
+ <el-radio :label="0">是</el-radio>
+ <el-radio :label="1">否</el-radio>
171
</el-radio-group>
172
</el-form-item>
173
</el-col>
@@ -224,8 +224,8 @@
224
是否缓存
225
226
<el-radio-group v-model="form.isCache">
227
- <el-radio label="0">缓存</el-radio>
228
- <el-radio label="1">不缓存</el-radio>
+ <el-radio :label="0">缓存</el-radio>
+ <el-radio :label="1">不缓存</el-radio>
229
230
231
0 commit comments