|
@@ -2,7 +2,7 @@
|
|
|
<div class="detail-wrap">
|
|
|
<!-- <div v-for="(item,index) in datas"> -->
|
|
|
<div v-for="(item,index) in checkDatas.questionMapping">
|
|
|
- <p class="quest"><img v-show="item.required==1" src="../images/ip.png"/>{{index + 1 +'.' + (item.description || item.name)}}</p>
|
|
|
+ <p class="quest"><img v-show="item.required==1" src="../images/ip.svg"/>{{index + 1 +'.' + (item.description || item.name)}}</p>
|
|
|
<img class="questionImg" :src="item.url.replace('{imageUrlPrefix}',imgUrl)" v-if="item.url">
|
|
|
<Radio v-if="item.controlType==1"
|
|
|
:item="item"
|