|
@@ -744,13 +744,13 @@ export default {
|
|
|
<div style="padding:10px;">
|
|
|
<div style="padding:10px 0;">请选择</div>
|
|
|
<aRadioGroup onChange={e => { _this.enableActiveOption = e.target.value }}>
|
|
|
- <aRadio style="display:block;height: '30px';lineHeight: '30px';padding:5px 0;" value="0">
|
|
|
+ <aRadio style="display:block;height: '30px';lineHeight: '30px';padding:5px 0;" value="ENABLE_WITH_NORMAL">
|
|
|
正常产品适配
|
|
|
</aRadio>
|
|
|
- {isJiejia ? <aRadio style="display:block;height: '30px';lineHeight: '30px';padding:5px 0;" value="1">
|
|
|
+ {isJiejia ? <aRadio style="display:block;height: '30px';lineHeight: '30px';padding:5px 0;" value="ENABLE_WITH_NORMAL">
|
|
|
叠加规则产品适配
|
|
|
</aRadio> : ''}
|
|
|
- {isJiejia ? <aRadio style="display:block;height: '30px';lineHeight: '30px';padding:5px 0;" value="2">
|
|
|
+ {isJiejia ? <aRadio style="display:block;height: '30px';lineHeight: '30px';padding:5px 0;" value="ENABLE_WITH_STACK_NORMAL">
|
|
|
所有产品适配
|
|
|
</aRadio> : ''}
|
|
|
<aRadio style="display:block;height: '30px';lineHeight: '30px';padding:5px 0;" value="ENABLE_ONLY">
|