|
|
@@ -16,12 +16,12 @@
|
|
|
<a-form-item label='请选择业务模式'>
|
|
|
<a-radio-group @change='changeIsThroughPlatform'
|
|
|
v-decorator="['isThroughPlatform',{rules: [{ required: true, message: '请选择业务模式!'}],initialValue:this.initialIsThroughPlatformValue}]">
|
|
|
- <!-- <template v-if="isThroughPlatform.indexOf('1')!= -1">-->
|
|
|
+ <template v-if="isThroughPlatform.indexOf('1')!= -1">
|
|
|
<a-radio value='1'>企业-接包商-服务商-用户</a-radio>
|
|
|
- <!-- </template>-->
|
|
|
- <!-- <template v-if="isThroughPlatform.indexOf('0')!= -1">-->
|
|
|
+ </template>
|
|
|
+ <template v-if="isThroughPlatform.indexOf('0')!= -1">
|
|
|
<a-radio value='0'>企业-服务商-用户</a-radio>
|
|
|
- <!-- </template>-->
|
|
|
+ </template>
|
|
|
</a-radio-group>
|
|
|
</a-form-item>
|
|
|
|