|
@@ -747,7 +747,7 @@ export default {
|
|
|
<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="ENABLE_WITH_NORMAL">
|
|
|
+ {isJiejia ? <aRadio style="display:block;height: '30px';lineHeight: '30px';padding:5px 0;" value="ENABLE_WITH_STACK">
|
|
|
叠加规则产品适配
|
|
|
</aRadio> : ''}
|
|
|
{isJiejia ? <aRadio style="display:block;height: '30px';lineHeight: '30px';padding:5px 0;" value="ENABLE_WITH_STACK_NORMAL">
|