fix: 修复控制台警告:[el-radio] [API]
This commit is contained in:
10
.vscode/launch.json
vendored
Normal file
10
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "msedge",
|
||||||
|
"name": " http://localhost:3000/",
|
||||||
|
"request": "launch",
|
||||||
|
"url": " http://localhost:3000/"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -116,8 +116,8 @@
|
|||||||
|
|
||||||
<el-form-item label="状态" prop="status">
|
<el-form-item label="状态" prop="status">
|
||||||
<el-radio-group v-model="formData.status">
|
<el-radio-group v-model="formData.status">
|
||||||
<el-radio :label="1">正常</el-radio>
|
<el-radio :value="1">正常</el-radio>
|
||||||
<el-radio :label="0">停用</el-radio>
|
<el-radio :value="0">停用</el-radio>
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user