| | |
| | | ref="formRef" |
| | | :rules="rules" |
| | | label-position="top" |
| | | class="order-bill-recharge phone" |
| | | class="order-bill-recharge phone chunk-form" |
| | | > |
| | | <NutFormItem label="选择运营商:" class="bole-form-item" prop="ispCode" required> |
| | | <NutRadioGroup v-model="form.ispCode" direction="horizontal" @change="handleIspCodeChange"> |
| | |
| | | class="bole-input-text" |
| | | placeholder="请填写您需要充值的手机号码" |
| | | type="text" |
| | | placeholderClass="bole-input-text-placeholder" |
| | | /> |
| | | </NutFormItem> |
| | | <NutFormItem label="机主姓名" class="bole-form-item" prop="name" required> |
| | |
| | | class="bole-input-text" |
| | | placeholder="请填写充值手机号对应的户主姓名" |
| | | type="text" |
| | | placeholderClass="bole-input-text-placeholder" |
| | | /> |
| | | </NutFormItem> |
| | | <slot></slot> |