修改客户资料显示问题

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

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

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

Loading…
Cancel
Save