radio全局样式调整

This commit is contained in:
Chopper
2021-05-17 18:07:19 +08:00
parent a0eaff276b
commit c63e44793c
33 changed files with 45 additions and 45 deletions

View File

@@ -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>