@@ -318,6 +318,7 @@
component: 'CheckboxGroup',
ifShow: Boolean(ele.priceDiscount),
componentProps: {
+ disabled: ele.status == 2 || ele.status == 1,
onChange: (val) => {
setTimeout(() => {
updataCount();