修改客户资料显示问题

master
飘泊客 9 months ago
parent 620610d02e
commit 51148e1289

@ -74,7 +74,6 @@
"watch": true,
"watchEffect": true,
"watchPostEffect": true,
"watchSyncEffect": true,
"toValue": true
"watchSyncEffect": true
}
}

@ -420,7 +420,7 @@
<p>您提交的表单信息为</p>
<p>称呼{{ formModel.customName }}</p>
<p>联系方式{{ formModel.customNid }}</p>
<p>客户资料{{ formModel.salesmanUserId }}</p>
<p>客户资料{{ formModel.customInformation }}</p>
<div v-if="formModel.customType === 0" style="overflow-y: auto; max-height: 100px">
<p v-for="(item, index) in formModel.customStoreEntities" :key="index">
<span>{{ `报名的门店${index + 1}` }}{{ item.storeName }}</span>

Loading…
Cancel
Save