| | |
| | | |
| | | <u-form labelWidth="70" :model="form" :rules="rules" ref="form"> |
| | | <view class="event-info"> |
| | | <view class="box-title"> |
| | | <box-title title="基础信息"></box-title> |
| | | </view> |
| | | <u-form-item class="form-item" labelWidth="120" label="房屋" required prop="currentAddress" |
| | | @click="isShowPopup = true"> |
| | | <u--input v-if="!form.currentAddress" border="none" disabled disabledColor="#ffffff" |
| | |
| | | </u-form> |
| | | |
| | | <view class="info" v-for="(item, index) in personNumArr" :key="index"> |
| | | <view class=""> |
| | | <view class="event-info"> |
| | | <view class="flex j-c-s-b"> |
| | | <view class="box-title "> |
| | | <box-title title="基础信息"></box-title> |
| | | </view> |
| | | <u-icon name="trash-fill" color="#ff0000" size="20" @click="deletePerson(index)" /> |
| | | </view> |
| | | <userInfo @getDataCallback="handleData" id="formRef" ref="formRef"></userInfo> |
| | | </view> |
| | | </view> |