对接握手流程
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
</div>
|
||||
<a-form-model-item class="itemModel" prop="flag">
|
||||
<a-radio-group style="margin-top: 2px" @change="flagChange" class="box-input" v-model="formInline.flag">
|
||||
<a-radio value="1">
|
||||
<a-radio value="0">
|
||||
{{$t('agree')}}
|
||||
</a-radio>
|
||||
<a-radio value="2">
|
||||
<a-radio value="1">
|
||||
{{$t('disagree')}}
|
||||
</a-radio>
|
||||
<a-radio value="3">
|
||||
|
||||
Reference in New Issue
Block a user