mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
radio全局样式调整
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
:rules="goodsValidate"
|
||||
>
|
||||
<FormItem label="是否开启商品审核" prop="goodsCheck">
|
||||
<RadioGroup v-model="goods.goodsCheck">
|
||||
<RadioGroup type="button" button-style="solid" v-model="goods.goodsCheck">
|
||||
<Radio label="OPEN">开启</Radio>
|
||||
<Radio label="CLOSE">关闭</Radio>
|
||||
</RadioGroup>
|
||||
@@ -763,4 +763,4 @@
|
||||
}
|
||||
};
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user