| | |
| | | max-length="6" |
| | | /> |
| | | </NutFormItem> |
| | | <NutFormItem label="户主姓名" class="bole-form-item" prop="name" required> |
| | | <NutInput |
| | | v-model.trim="form.name" |
| | | class="bole-input-text" |
| | | placeholder="请填写户主姓名" |
| | | type="text" |
| | | /> |
| | | </NutFormItem> |
| | | <slot /> |
| | | </NutForm> |
| | | </template> |
| | |
| | | province: string; |
| | | city: string; |
| | | sixID: string; |
| | | name: string; |
| | | }>('form'); |
| | | |
| | | const { electricParValueList } = useGetElectricParValue(); |
| | |
| | | validator: FormValidator.validatorIDNumberSix, |
| | | }, |
| | | ], |
| | | name: [{ required: true, message: '请填写户主姓名' }], |
| | | }); |
| | | |
| | | const formRef = ref<any>(null); |