|
|
@@ -20,7 +20,7 @@
|
|
|
<template v-if="parentOptionList.searchValue == item.itemOptionParentId">
|
|
|
<span class="van-f-red" v-if="item.isMust == 0">*</span>
|
|
|
{{ item.customerClueName }}
|
|
|
- <van-field v-model="item.answerValue" :placeholder="item.customerClueName" />
|
|
|
+ <van-field v-model="item.answerValue" :placeholder="item.remark" />
|
|
|
</template>
|
|
|
</template>
|
|
|
</template>
|