|
|
@@ -63,8 +63,8 @@ |
|
|
|
<view class="welCon" v-for="(item, i) in queryData.StuInfoFreshEmergePeopleEntities" :key='i'> |
|
|
|
<l-input v-model="item.Name" title="姓名" placeholder="请填写" right /> |
|
|
|
<l-input v-model="item.Relation" title="与本人关系" placeholder="请填写" right /> |
|
|
|
<l-input v-model="item.Telephone" title="手机号码" placeholder="请填写" right /> |
|
|
|
<l-input v-model="item.Mobile" title="座机号码" placeholder="请填写" right /> |
|
|
|
<l-input v-model="item.Mobile" title="手机号码" placeholder="请填写" right /> |
|
|
|
<l-input v-model="item.Telephone" title="座机号码" placeholder="请填写" right /> |
|
|
|
<l-input v-model="item.Address" title="联系地址" placeholder="请填写" right /> |
|
|
|
<view class="welDel" @click="del('StuInfoFreshEmergePeopleEntities', i)"><text class="text-xxl cuIcon cuIcon-move"></text></view> |
|
|
|
</view> |
|
|
|